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: uninative-1.5~752 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bd20404a78b258bb95df41066f844e08a21e53fa;p=openembedded-core.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 d047a79aa6..e76331131e 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}"