]> code.ossystems Code Review - openembedded-core.git/commitdiff
fontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 19 Jan 2017 09:16:04 +0000 (11:16 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:51:10 +0000 (22:51 +0000)
Qemu is used to run fc-cache on postinstall.

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
meta/classes/fontcache.bbclass

index d047a79aa64fbccfec7c52866f191c6086af097a..e76331131ee4438003d3569366594fe436215bf6 100644 (file)
@@ -3,7 +3,7 @@
 # packages.
 #
 
-DEPENDS += "qemu-native"
+PACKAGE_WRITE_DEPS += "qemu-native"
 inherit qemu
 
 FONT_PACKAGES ??= "${PN}"