summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/gconf.bbclass3
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 @@
1DEPENDS += "gconf gconf-native" 1DEPENDS += "gconf"
2PACKAGE_WRITE_DEPS += "gconf-native"
2 3
3# These are for when gconftool is used natively and the prefix isn't necessarily 4# These are for when gconftool is used natively and the prefix isn't necessarily
4# the sysroot. TODO: replicate the postinst logic for -native packages going 5# the sysroot. TODO: replicate the postinst logic for -native packages going