mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e8dfbb092c
commit
c1a74368ee
@@ -27,6 +27,7 @@ SRC_URI = "\
|
||||
file://smart-yaml-error.patch \
|
||||
file://smart-channelsdir.patch \
|
||||
file://smart-conflict-provider.patch \
|
||||
file://smart-flag-ignore-recommends.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "573ef32ba177a6b3c4bf7ef04873fcb6"
|
||||
|
||||
Reference in New Issue
Block a user