diff options
author | Klauer, Daniel <Daniel.Klauer@gin.de> | 2016-05-17 12:55:39 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-19 09:05:18 +0100 |
commit | e89c6c4aa682b2cba8c1c50098c95b70ad6746fc (patch) | |
tree | 91abf26a6bccd72cfba01aaf176934e1c9543377 /meta/recipes-devtools/python/python-smartpm_git.bb | |
parent | 350d939d4e235d54830850188a5addad6d3bd2e3 (diff) | |
download | poky-e89c6c4aa682b2cba8c1c50098c95b70ad6746fc.tar.gz |
python-smartpm: Fix channel command --remove-all option (again)
SmartPM's --remove-all option was unusable, because the fix from
commit 03266e89a6 was lost in commit 5fc580fc44. Thus, add a new
patch to fix --remove-all.
It seems like the previous fix was lost by mistake:
Upstream merged the *old* version of the patch (smartpm 406541f569),
and when SmartPM in oe-core was upgraded to the new upstream release,
the --remove-all fix from the *new* patch was not carried over.
(From OE-Core rev: ba2adda60dd34b6a8feba413e3207dd8e4580294)
Signed-off-by: Daniel Klauer <daniel.klauer@gin.de>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-smartpm_git.bb b/meta/recipes-devtools/python/python-smartpm_git.bb index d9a908db2e..f030b3eb37 100644 --- a/meta/recipes-devtools/python/python-smartpm_git.bb +++ b/meta/recipes-devtools/python/python-smartpm_git.bb | |||
@@ -23,6 +23,7 @@ SRC_URI = "\ | |||
23 | file://smart-already-installed-message.patch \ | 23 | file://smart-already-installed-message.patch \ |
24 | file://smart-set-noprogress-for-pycurl.patch \ | 24 | file://smart-set-noprogress-for-pycurl.patch \ |
25 | file://smart-cache.py-getPackages-matches-name-version.patch \ | 25 | file://smart-cache.py-getPackages-matches-name-version.patch \ |
26 | file://smart-channel-remove-all.patch \ | ||
26 | " | 27 | " |
27 | 28 | ||
28 | SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0" | 29 | SRCREV = "407a7eca766431257dcd1da15175cc36a1bb22d0" |