]> code.ossystems Code Review - openembedded-core.git/commitdiff
gio-module-cache: Add PACKAGE_WRITE_DEPS for postinst
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 19 Jan 2017 09:11:03 +0000 (11:11 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:51:10 +0000 (22:51 +0000)
Qemu is used to run gio-querymodules on postinstall.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
meta/classes/gio-module-cache.bbclass

index 39b7bef7200de45d32b8ca3b742c94fb6361b50c..a8190b7b89abdb2852f536feecbe94dae7226f5e 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS += "qemu-native"
+PACKAGE_WRITE_DEPS += "qemu-native"
 inherit qemu
 
 GIO_MODULE_PACKAGES ??= "${PN}"