summaryrefslogtreecommitdiffstats
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-20 11:53:51 +0000
commit136e4781b3120f84d862e13a131fd81850817327 (patch)
tree0f227cea906ecc0210191cdc65ac30985b08bd1e /meta/classes/gio-module-cache.bbclass
parent1ceb9934b313e26267ad55ffc7a71ac9851d8471 (diff)
downloadpoky-136e4781b3120f84d862e13a131fd81850817327.tar.gz
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 <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1DEPENDS += "qemu-native" 1PACKAGE_WRITE_DEPS += "qemu-native"
2inherit qemu 2inherit qemu
3 3
4GIO_MODULE_PACKAGES ??= "${PN}" 4GIO_MODULE_PACKAGES ??= "${PN}"