mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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:
committed by
Richard Purdie
parent
136e4781b3
commit
c8a488768b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user