From: Richard Purdie Date: Thu, 19 Jan 2017 17:01:10 +0000 (+0000) Subject: pixbufcache: Add PACKAGE_WRITE_DEPS for postinst X-Git-Tag: yocto-4.0~18518 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=334a12bb25770dfcd999a7def3612db4b6cd762a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 63bf079cf16..633a8757ed0 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} \