diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2013-08-07 11:53:37 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-08-22 09:15:33 -0700 |
commit | 87660d636c2ebe76cd9dff2a334f135def9a0cf3 (patch) | |
tree | fc47729251c5ec7f525f08548cb71fec20cf11bd /meta/recipes-devtools/python/python-smartpm_1.4.1.bb | |
parent | 208d4d5ef7c5ead35dc27b7808f92ed377377aa4 (diff) | |
download | openembedded-core-87660d636c2ebe76cd9dff2a334f135def9a0cf3.tar.gz openembedded-core-87660d636c2ebe76cd9dff2a334f135def9a0cf3.tar.bz2 openembedded-core-87660d636c2ebe76cd9dff2a334f135def9a0cf3.zip |
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.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 70ac8bf288..b3b471a8b1 100644 --- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb +++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb @@ -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" |