aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/gio-module-cache.bbclass
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-01-19 11:11:03 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:51:10 +0000
commitd5361cc25fb7dd749e69063be48275c52462f72c (patch)
treefd1b70d9dd9c54223cddba058a1c68bd244175d2 /meta/classes/gio-module-cache.bbclass
parente049427e09b51c09b55d7f1299a7b878fe21768a (diff)
downloadopenembedded-core-d5361cc25fb7dd749e69063be48275c52462f72c.tar.gz
gio-module-cache: Add PACKAGE_WRITE_DEPS for postinst
Qemu is used to run gio-querymodules on postinstall. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Diffstat (limited to 'meta/classes/gio-module-cache.bbclass')
-rw-r--r--meta/classes/gio-module-cache.bbclass2
1 files changed, 1 insertions, 1 deletions
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}"