From 33a3eac5a05443451fef8b6cfecabf773bdedbb8 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Mon, 12 Aug 2013 19:45:48 -0500 Subject: python-smartpm: Add support to disable installing recommends In order to attempt to reduce image sizes by skipping recommended packages, a new mode was added to smart that only evaluates required packaged. (From OE-Core rev: 6fd8141bbdcd84c591149d84ad84effc2357de72) Signed-off-by: Mark Hatle Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-smartpm_1.4.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python-smartpm_1.4.1.bb') 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 b3b471a..5d673b9 100644 --- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb +++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb @@ -29,6 +29,7 @@ SRC_URI = "\ file://smart-conflict-provider.patch \ file://smart-flag-ignore-recommends.patch \ file://smart-flag-exclude-packages.patch \ + file://smart-config-ignore-all-recommends.patch \ " SRC_URI[md5sum] = "573ef32ba177a6b3c4bf7ef04873fcb6" -- cgit v1.1