mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 16:28:43 +01:00
python-smartpm: add support to check signatures
RPMv5 has removed support for _RPMVSF_NOSIGNATURES, the flag can be replaced with a flags set: "RPMVSF_NODSAHEADER|RPMVSF_NORSAHEADER|RPMVSF_NODSA RPMVSF_NORSA" (From OE-Core rev: 5c0c1b8a64643ad7130b17b5dfce9cecffa6d962) Signed-off-by: Haiqing Bai <Haiqing.Bai@windriver.com> Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2f6bbc7006
commit
f02f0edeaa
@@ -13,7 +13,6 @@ SRCNAME = "smart"
|
||||
|
||||
SRC_URI = "\
|
||||
git://github.com/smartpm/smart.git \
|
||||
file://smartpm-rpm5-nodig.patch \
|
||||
file://smart-recommends.patch \
|
||||
file://smart-channelsdir.patch \
|
||||
file://smart-rpm-transaction-failure-check.patch \
|
||||
@@ -25,6 +24,7 @@ SRC_URI = "\
|
||||
file://smart-cache.py-getPackages-matches-name-version.patch \
|
||||
file://smart-channel-remove-all.patch \
|
||||
file://smart-locale.patch \
|
||||
file://smartpm-rpm5-support-check-signatures.patch \
|
||||
"
|
||||
|
||||
SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0"
|
||||
|
||||
Reference in New Issue
Block a user