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-Tag: uninative-1.5~754 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d5361cc25fb7dd749e69063be48275c52462f72c;p=openembedded-core.git gio-module-cache: Add PACKAGE_WRITE_DEPS for postinst Qemu is used to run gio-querymodules on postinstall. Signed-off-by: Jussi Kukkonen --- diff --git a/meta/classes/gio-module-cache.bbclass b/meta/classes/gio-module-cache.bbclass index 39b7bef720..a8190b7b89 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}"