From: Jussi Kukkonen Date: Thu, 19 Jan 2017 08:59:59 +0000 (+0200) Subject: gtk-immodules-cache: Add PACKAGE_WRITE_DEPS for postinst X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ef05d224568d6f0f45d61d0b0433063b09da507b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gtk-immodules-cache: Add PACKAGE_WRITE_DEPS for postinst Qemu is used to run gtk-query-immodules-* on postinstall. (From OE-Core rev: 7103447b198a12a30fdee3f789ff9e0d81534d54) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- diff --git a/meta/classes/gtk-immodules-cache.bbclass b/meta/classes/gtk-immodules-cache.bbclass index baea95959bd..3d82dbe9e34 100644 --- a/meta/classes/gtk-immodules-cache.bbclass +++ b/meta/classes/gtk-immodules-cache.bbclass @@ -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