summaryrefslogtreecommitdiffstats
path: root/meta/classes/gconf.bbclass
diff options
context:
space:
mode:
authorJussi Kukkonen <jussi.kukkonen@intel.com>2017-01-19 11:13:49 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-20 11:53:51 +0000
commitc8a488768b3ae971b116156795d825051ad80db5 (patch)
tree342fb988539ceaed049c758905e339a2d42dc260 /meta/classes/gconf.bbclass
parent136e4781b3120f84d862e13a131fd81850817327 (diff)
downloadpoky-c8a488768b3ae971b116156795d825051ad80db5.tar.gz
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>
Diffstat (limited to 'meta/classes/gconf.bbclass')
-rw-r--r--meta/classes/gconf.bbclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/gconf.bbclass b/meta/classes/gconf.bbclass
index d07beadc95..4e0ee2e7d5 100644
--- a/meta/classes/gconf.bbclass
+++ b/meta/classes/gconf.bbclass
@@ -1,4 +1,5 @@
1DEPENDS += "gconf gconf-native" 1DEPENDS += "gconf"
2PACKAGE_WRITE_DEPS += "gconf-native"
2 3
3# These are for when gconftool is used natively and the prefix isn't necessarily 4# These are for when gconftool is used natively and the prefix isn't necessarily
4# the sysroot. TODO: replicate the postinst logic for -native packages going 5# the sysroot. TODO: replicate the postinst logic for -native packages going