]> code.ossystems Code Review - openembedded-core.git/commitdiff
gconf.bbclass: depend also on gconf-native
authorMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Oct 2008 09:50:47 +0000 (09:50 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Wed, 1 Oct 2008 09:50:47 +0000 (09:50 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5361 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/gconf.bbclass

index 4fba876854c807b8a9a19e2cf0e349aa05ab7622..e147ecf68d322d2198e846cfb2616fd94534f23f 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS += "gconf"
+DEPENDS += "gconf gconf-native"
 
 gconf_postinst() {
 if [ "x$D" != "x" ]; then