From 8edaf4e9592877a4cb48c2f5c896c11a129a5404 Mon Sep 17 00:00:00 2001 From: "mingli.yu@windriver.com" Date: Wed, 20 Jul 2016 16:51:34 +0800 Subject: 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 Signed-off-by: Mingli Yu Signed-off-by: Ross Burton Signed-off-by: Richard Purdie Signed-off-by: Armin Kuster --- meta/recipes-devtools/python/python-smartpm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python-smartpm_git.bb') diff --git a/meta/recipes-devtools/python/python-smartpm_git.bb b/meta/recipes-devtools/python/python-smartpm_git.bb index 5662bacf02..53e651a824 100644 --- a/meta/recipes-devtools/python/python-smartpm_git.bb +++ b/meta/recipes-devtools/python/python-smartpm_git.bb @@ -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-improve-error-reporting.patch \ file://smart-channelsdir.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" -- cgit v1.2.3