diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-07-24 12:06:37 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-07-29 13:09:14 +0100 |
commit | c1a74368ee21d6f3ca296af60497263dc4629f62 (patch) | |
tree | dc7b9ed10ed24c3a96a9c253cf5e5448a8f6822b /meta/recipes-devtools/python/python-smartpm_1.4.1.bb | |
parent | e8dfbb092c1bbf9bb2d8cec2d2d77eb89b3e887a (diff) | |
download | poky-c1a74368ee21d6f3ca296af60497263dc4629f62.tar.gz |
python-smartpm: add ignore-recommends package flag
Adds support for a flag that is saved into Smart's configuration against
a package that says it should not be installed if it is only recommended
by a package being installed rather than required. This will enable us
to add BAD_RECOMMENDATIONS support for RPM.
(From OE-Core rev: 70517fca31261c1ca4b15bb38f8960b2f95993ba)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.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 3e392311f3..70ac8bf288 100644 --- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb +++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb | |||
@@ -27,6 +27,7 @@ SRC_URI = "\ | |||
27 | file://smart-yaml-error.patch \ | 27 | file://smart-yaml-error.patch \ |
28 | file://smart-channelsdir.patch \ | 28 | file://smart-channelsdir.patch \ |
29 | file://smart-conflict-provider.patch \ | 29 | file://smart-conflict-provider.patch \ |
30 | file://smart-flag-ignore-recommends.patch \ | ||
30 | " | 31 | " |
31 | 32 | ||
32 | SRC_URI[md5sum] = "573ef32ba177a6b3c4bf7ef04873fcb6" | 33 | SRC_URI[md5sum] = "573ef32ba177a6b3c4bf7ef04873fcb6" |