diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2017-01-19 11:13:49 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-19 22:51:10 +0000 |
commit | d4272e712fe26689f350142426c9893ffe088ddb (patch) | |
tree | 09baaa57d15b6cf8dc505c02aaf0772650953895 /meta/classes/gconf.bbclass | |
parent | d5361cc25fb7dd749e69063be48275c52462f72c (diff) | |
download | openembedded-core-d4272e712fe26689f350142426c9893ffe088ddb.tar.gz openembedded-core-d4272e712fe26689f350142426c9893ffe088ddb.tar.bz2 openembedded-core-d4272e712fe26689f350142426c9893ffe088ddb.zip |
gconf.bbclass: Add PACKAGE_WRITE_DEPS for postinst
gconftool-2 is used during postinstall.
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Diffstat (limited to 'meta/classes/gconf.bbclass')
-rw-r--r-- | 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 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 |