[gnome-continuous-yocto/gnomeostree-3.28-rocko: 4130/8267] pixbufcache: Add PACKAGE_WRITE_DEPS for postinst



commit f4fb2ed60a6f4342f6dd6f9f3c043b1e079f64e5
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Thu Jan 19 17:01:10 2017 +0000

    pixbufcache: Add PACKAGE_WRITE_DEPS for postinst
    
    The postinstall needs qemu-native and gdk-pixbuf-native, mark these dependencies
    
    (From OE-Core rev: 334a12bb25770dfcd999a7def3612db4b6cd762a)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/pixbufcache.bbclass |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/classes/pixbufcache.bbclass b/meta/classes/pixbufcache.bbclass
index 63bf079..633a875 100644
--- a/meta/classes/pixbufcache.bbclass
+++ b/meta/classes/pixbufcache.bbclass
@@ -8,6 +8,8 @@ inherit qemu
 
 PIXBUF_PACKAGES ??= "${PN}"
 
+PACKAGE_WRITE_DEPS += "qemu-native gdk-pixbuf-native"
+
 pixbufcache_common() {
 if [ "x$D" != "x" ]; then
        $INTERCEPT_DIR/postinst_intercept update_pixbuf_cache ${PKG} mlprefix=${MLPREFIX} libdir=${libdir} \


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