From: Jussi Kukkonen Date: Thu, 19 Jan 2017 09:13:49 +0000 (+0200) Subject: gconf.bbclass: Add PACKAGE_WRITE_DEPS for postinst X-Git-Tag: uninative-1.5~753 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d4272e712fe26689f350142426c9893ffe088ddb;p=openembedded-core.git gconf.bbclass: Add PACKAGE_WRITE_DEPS for postinst gconftool-2 is used during postinstall. Signed-off-by: Jussi Kukkonen --- 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 @@ -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