1
0
mirror of https://git.yoctoproject.org/poky synced 2026-04-20 11:28:58 +00:00

python-smartpm: Add support for excluding package from the install

Update smart to support a mechanism for excluding specific packages from the
install process.  An error will be generated if this package is required.

(From OE-Core rev: 87660d636c2ebe76cd9dff2a334f135def9a0cf3)

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Mark Hatle
2013-08-07 11:53:37 -05:00
committed by Richard Purdie
parent a6a3ec1ea0
commit 02c96776de
2 changed files with 71 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ SRC_URI = "\
file://smart-channelsdir.patch \
file://smart-conflict-provider.patch \
file://smart-flag-ignore-recommends.patch \
file://smart-flag-exclude-packages.patch \
"
SRC_URI[md5sum] = "573ef32ba177a6b3c4bf7ef04873fcb6"