diff options
-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 @@ | |||
1 | DEPENDS += "gconf gconf-native" | 1 | DEPENDS += "gconf" |
2 | PACKAGE_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 |