]> code.ossystems Code Review - openembedded-core.git/commitdiff
gconf.bbclass: Add PACKAGE_WRITE_DEPS for postinst
authorJussi Kukkonen <jussi.kukkonen@intel.com>
Thu, 19 Jan 2017 09:13:49 +0000 (11:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jan 2017 22:51:10 +0000 (22:51 +0000)
gconftool-2 is used during postinstall.

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

index d07beadc95c56e8f0f81e2b753319f50298a23ae..4e0ee2e7d59a6c5aa4aab2adbfbf000bf220d82d 100644 (file)
@@ -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