From: Jussi Kukkonen Date: Thu, 19 Jan 2017 09:11:03 +0000 (+0200) Subject: gio-module-cache: Add PACKAGE_WRITE_DEPS for postinst X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=136e4781b3120f84d862e13a131fd81850817327;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gio-module-cache: Add PACKAGE_WRITE_DEPS for postinst Qemu is used to run gio-querymodules on postinstall. (From OE-Core rev: d5361cc25fb7dd749e69063be48275c52462f72c) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- diff --git a/meta/classes/gio-module-cache.bbclass b/meta/classes/gio-module-cache.bbclass index 39b7bef7200..a8190b7b89a 100644 --- a/meta/classes/gio-module-cache.bbclass +++ b/meta/classes/gio-module-cache.bbclass @@ -1,4 +1,4 @@ -DEPENDS += "qemu-native" +PACKAGE_WRITE_DEPS += "qemu-native" inherit qemu GIO_MODULE_PACKAGES ??= "${PN}"