|
@@ -71,7 +71,6 @@ class Signing(OESelftestTestCase):
|
|
|
"""
|
|
|
import oe.packagedata
|
|
|
|
|
|
- self.skipTest('This test requires rpm-sequoia support in rpm')
|
|
|
self.setup_gpg()
|
|
|
|
|
|
package_classes = get_bb_var('PACKAGE_CLASSES')
|
|
@@ -84,6 +83,8 @@ class Signing(OESelftestTestCase):
|
|
|
feature += 'RPM_GPG_PASSPHRASE = "test123"\n'
|
|
|
feature += 'RPM_GPG_NAME = "testuser"\n'
|
|
|
feature += 'GPG_PATH = "%s"\n' % self.gpg_dir
|
|
|
+ feature += 'PACKAGECONFIG:append:pn-rpm-native = " sequoia"\n'
|
|
|
+ feature += 'PACKAGECONFIG:append:pn-rpm = " sequoia"\n'
|
|
|
|
|
|
self.write_config(feature)
|
|
|
|