From: Jussi Kukkonen Date: Thu, 19 Jan 2017 09:16:04 +0000 (+0200) Subject: fontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b7d5e29dd7f75da1e021e92ad60e475902f01543;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git fontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst Qemu is used to run fc-cache on postinstall. (From OE-Core rev: bd20404a78b258bb95df41066f844e08a21e53fa) Signed-off-by: Jussi Kukkonen Signed-off-by: Richard Purdie --- diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass index d047a79aa64..e76331131ee 100644 --- a/meta/classes/fontcache.bbclass +++ b/meta/classes/fontcache.bbclass @@ -3,7 +3,7 @@ # packages. # -DEPENDS += "qemu-native" +PACKAGE_WRITE_DEPS += "qemu-native" inherit qemu FONT_PACKAGES ??= "${PN}"