diff options
author | mingli.yu@windriver.com <mingli.yu@windriver.com> | 2016-07-20 16:51:34 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-26 08:56:29 +0100 |
commit | f02f0edeaabb7b5c437dfb7a4bf174fe29ab5a87 (patch) | |
tree | ffd6f59769984c4c4afb4f566a5a975359a58d88 /meta/recipes-devtools/python/python-smartpm_git.bb | |
parent | 2f6bbc7006f2b34ab533d3582f28323330c7195d (diff) | |
download | poky-f02f0edeaabb7b5c437dfb7a4bf174fe29ab5a87.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm_git.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-smartpm_git.bb b/meta/recipes-devtools/python/python-smartpm_git.bb index d9fb271228..81e45b7aff 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" | |||
13 | 13 | ||
14 | SRC_URI = "\ | 14 | SRC_URI = "\ |
15 | git://github.com/smartpm/smart.git \ | 15 | git://github.com/smartpm/smart.git \ |
16 | file://smartpm-rpm5-nodig.patch \ | ||
17 | file://smart-recommends.patch \ | 16 | file://smart-recommends.patch \ |
18 | file://smart-channelsdir.patch \ | 17 | file://smart-channelsdir.patch \ |
19 | file://smart-rpm-transaction-failure-check.patch \ | 18 | file://smart-rpm-transaction-failure-check.patch \ |
@@ -25,6 +24,7 @@ SRC_URI = "\ | |||
25 | file://smart-cache.py-getPackages-matches-name-version.patch \ | 24 | file://smart-cache.py-getPackages-matches-name-version.patch \ |
26 | file://smart-channel-remove-all.patch \ | 25 | file://smart-channel-remove-all.patch \ |
27 | file://smart-locale.patch \ | 26 | file://smart-locale.patch \ |
27 | file://smartpm-rpm5-support-check-signatures.patch \ | ||
28 | " | 28 | " |
29 | 29 | ||
30 | SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0" | 30 | SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0" |