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

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

index baea95959bdbfc03c50e97a3ef5bd8b6a284e9fa..3d82dbe9e3421e695e580d70e285420ba9fc4506 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Usage: Set GTKIMMODULES_PACKAGES to the packages that needs to update the inputmethod modules
 
-DEPENDS =+ "qemu-native"
+PACKAGE_WRITE_DEPS += "qemu-native"
 
 inherit qemu