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>
This commit is contained in:
Jussi Kukkonen
2017-01-19 11:16:04 +02:00
committed by Richard Purdie
parent c8a488768b
commit b7d5e29dd7

View File

@@ -3,7 +3,7 @@
# packages.
#
DEPENDS += "qemu-native"
PACKAGE_WRITE_DEPS += "qemu-native"
inherit qemu
FONT_PACKAGES ??= "${PN}"