[OE-core] [oe-core][PATCH 1/1] pixbufcache: add processing for PIXBUFCACHE_SYSROOT_DEPS

Joe Slater jslater at windriver.com
Mon Oct 5 22:13:51 UTC 2015


We want to depend on x:y instead of x:y_setscene, so strip
off any _setscene's.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta/classes/pixbufcache.bbclass |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass
index dbe11e1..7692425 100644
--- a/meta/classes/pixbufcache.bbclass
+++ b/meta/classes/pixbufcache.bbclass
@@ -65,3 +65,7 @@ pixbufcache_sstate_postinst() {
 	fi
 }
 
+PIXBUFCACHE_SYSROOT_DEPS ?= ""
+
+do_populate_sysroot_setscene[depends] += "${@d.getVar('PIXBUFCACHE_SYSROOT_DEPS', True).replace('_setscene', '')}"
+
-- 
1.7.9.5




More information about the Openembedded-core mailing list