diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-19 11:11:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-20 11:53:51 +0000 |
commit | 136e4781b3120f84d862e13a131fd81850817327 (patch) | |
tree | 0f227cea906ecc0210191cdc65ac30985b08bd1e | |
parent | 1ceb9934b313e26267ad55ffc7a71ac9851d8471 (diff) | |
download | poky-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>
-rw-r--r-- | meta/classes/gio-module-cache.bbclass | 2 |
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 @@ | |||
1 | DEPENDS += "qemu-native" | 1 | PACKAGE_WRITE_DEPS += "qemu-native" |
2 | inherit qemu | 2 | inherit qemu |
3 | 3 | ||
4 | GIO_MODULE_PACKAGES ??= "${PN}" | 4 | GIO_MODULE_PACKAGES ??= "${PN}" |