aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/fontcache.bbclass
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-01-19 11:16:04 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-19 22:51:10 +0000
commitbd20404a78b258bb95df41066f844e08a21e53fa (patch)
treee084e216bcea3fae5141cf5d5302d607b26d7d25 /meta/classes/fontcache.bbclass
parentd4272e712fe26689f350142426c9893ffe088ddb (diff)
downloadopenembedded-core-bd20404a78b258bb95df41066f844e08a21e53fa.tar.gz
fontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst
Qemu is used to run fc-cache on postinstall. Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Diffstat (limited to 'meta/classes/fontcache.bbclass')
-rw-r--r--meta/classes/fontcache.bbclass2
1 files changed, 1 insertions, 1 deletions
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}"