mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 19:17:07 +00:00
rpm: update 4.19.1.1 -> 4.20.0
With this release, as expected, deprecated openpgp support has been fully removed and replaced with sequoia: https://github.com/rpm-software-management/rpm-sequoia/ Alas, it's written in rust, and has no recipe, so for now signing rpm packages has to be disabled. Remove package name parameter to %prep in source archiving, as it's been dropped in the new rpm, and wasn't needed to begin with. Drop 0001-perl-disable-auto-reqs.patch (files removed upstream). (From OE-Core rev: 8c15b4577d5e554cc2dd5adfb88b816894b05a9a) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
21a9165058
commit
ea9c2cfb69
@@ -71,6 +71,7 @@ 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')
|
||||
|
||||
Reference in New Issue
Block a user