[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4155/8267] fontcache.bbclass: Add PACKAGE_WRITE_DEPS for postinst



commit b7d5e29dd7f75da1e021e92ad60e475902f01543
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Thu Jan 19 11:16:04 2017 +0200

    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>

 meta/classes/fontcache.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/classes/fontcache.bbclass b/meta/classes/fontcache.bbclass
index d047a79..e763311 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}"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]