summaryrefslogtreecommitdiffstats
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-20 11:53:51 +0000
commitb7d5e29dd7f75da1e021e92ad60e475902f01543 (patch)
tree78a27429a9ec101b4ddcfe3fc7aab704ec43bf03 /meta/classes/fontcache.bbclass
parentc8a488768b3ae971b116156795d825051ad80db5 (diff)
downloadpoky-b7d5e29dd7f75da1e021e92ad60e475902f01543.tar.gz
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 <jussi.kukkonen@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
3# packages. 3# packages.
4# 4#
5 5
6DEPENDS += "qemu-native" 6PACKAGE_WRITE_DEPS += "qemu-native"
7inherit qemu 7inherit qemu
8 8
9FONT_PACKAGES ??= "${PN}" 9FONT_PACKAGES ??= "${PN}"