From b7d5e29dd7f75da1e021e92ad60e475902f01543 Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 19 Jan 2017 11:16:04 +0200 Subject: [PATCH] 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 --- meta/classes/fontcache.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"