From: Richard Purdie Date: Thu, 19 Jan 2017 17:01:10 +0000 (+0000) Subject: pixbufcache: Add PACKAGE_WRITE_DEPS for postinst X-Git-Tag: uninative-1.5~777 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=334a12bb25770dfcd999a7def3612db4b6cd762a;p=openembedded-core.git pixbufcache: Add PACKAGE_WRITE_DEPS for postinst The postinstall needs qemu-native and gdk-pixbuf-native, mark these dependencies Signed-off-by: Richard Purdie --- diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass index 63bf079cf1..633a8757ed 100644 --- a/meta/classes/pixbufcache.bbclass +++ b/meta/classes/pixbufcache.bbclass @@ -8,6 +8,8 @@ inherit qemu PIXBUF_PACKAGES ??= "${PN}" +PACKAGE_WRITE_DEPS += "qemu-native gdk-pixbuf-native" + pixbufcache_common() { if [ "x$D" != "x" ]; then $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \