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



commit c8a488768b3ae971b116156795d825051ad80db5
Author: Jussi Kukkonen <jussi kukkonen intel com>
Date:   Thu Jan 19 11:13:49 2017 +0200

    gconf.bbclass: Add PACKAGE_WRITE_DEPS for postinst
    
    gconftool-2 is used during postinstall.
    
    (From OE-Core rev: d4272e712fe26689f350142426c9893ffe088ddb)
    
    Signed-off-by: Jussi Kukkonen <jussi kukkonen intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/classes/gconf.bbclass |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass
index d07bead..4e0ee2e 100644
--- a/meta/classes/gconf.bbclass
+++ b/meta/classes/gconf.bbclass
@@ -1,4 +1,5 @@
-DEPENDS += "gconf gconf-native"
+DEPENDS += "gconf"
+PACKAGE_WRITE_DEPS += "gconf-native"
 
 # These are for when gconftool is used natively and the prefix isn't necessarily
 # the sysroot.  TODO: replicate the postinst logic for -native packages going


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