From: Jussi Kukkonen Date: Thu, 19 Jan 2017 09:16:04 +0000 (+0200) Subject: fontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22949 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bd20404a78b258bb95df41066f844e08a21e53fa;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git fontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst Qemu is used to run fc-cache on postinstall. Signed-off-by: Jussi Kukkonen --- 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}"