diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-09-10 20:59:35 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-11 11:06:11 +0100 |
commit | 4b2d9acda80ee618241a924555178a750cbd6e82 (patch) | |
tree | 50fd2707f6f92a11413124e01385142ae2839aeb /meta/recipes-devtools/python/python-smartpm_1.4.1.bb | |
parent | 19c3c6dff3aecbc649608c7cc9ba195f1fa6ed4c (diff) | |
download | poky-4b2d9acda80ee618241a924555178a750cbd6e82.tar.gz |
python-smartpm: Add an attempt install mode
[ YOCTO #3723 ]
Add a mode to smart that will allow an installation to continue, instead of
failure in the case that one or more items is uninstallable.
Uninstallable packages are simply ignored, and no error is generated.
(From OE-Core rev: bdf07b1698d228dc7ff555199a269b1ff8ceca19)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm_1.4.1.bb')
-rw-r--r-- | meta/recipes-devtools/python/python-smartpm_1.4.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb index 5d673b9902..f406d692e3 100644 --- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb +++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb | |||
@@ -30,6 +30,7 @@ SRC_URI = "\ | |||
30 | file://smart-flag-ignore-recommends.patch \ | 30 | file://smart-flag-ignore-recommends.patch \ |
31 | file://smart-flag-exclude-packages.patch \ | 31 | file://smart-flag-exclude-packages.patch \ |
32 | file://smart-config-ignore-all-recommends.patch \ | 32 | file://smart-config-ignore-all-recommends.patch \ |
33 | file://smart-attempt.patch \ | ||
33 | " | 34 | " |
34 | 35 | ||
35 | SRC_URI[md5sum] = "573ef32ba177a6b3c4bf7ef04873fcb6" | 36 | SRC_URI[md5sum] = "573ef32ba177a6b3c4bf7ef04873fcb6" |