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>
This commit is contained in:
Jussi Kukkonen 2017-01-19 11:13:49 +02:00 committed by Richard Purdie
parent 136e4781b3
commit c8a488768b
1 changed files with 2 additions and 1 deletions

View 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