add (dummy) gconf-native, make libgnome depend on gconf-native
authorMichael Lauer <mickey@vanille-media.de>
Thu, 4 Aug 2005 17:23:34 +0000 (17:23 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 4 Aug 2005 17:23:34 +0000 (17:23 +0000)
packages/gnome/gconf-native_2.6.1.bb [new file with mode: 0644]
packages/gnome/libgnome_2.10.1.bb

diff --git a/packages/gnome/gconf-native_2.6.1.bb b/packages/gnome/gconf-native_2.6.1.bb
new file mode 100644 (file)
index 0000000..79163a4
--- /dev/null
@@ -0,0 +1,10 @@
+NOTE = "This is just a dummy package to get packages stop complaining about gconftool-2 \
+        which they are not using anyway... :D"
+
+inherit native
+
+do_stage() {
+       echo "#!/bin/sh" >${STAGING_BINDIR}/gconftool-2
+       chmod a+rx ${STAGING_BINDIR}/gconftool-2
+}
+
index 531fdd4..0866b42 100644 (file)
@@ -1,10 +1,11 @@
+DESCRIPTION = "Gnome application programming libraries"
 LICENSE = "GPL"
 SECTION = "x11/gnome/libs"
 PR = "r1"
 
 inherit gnome
 
-DEPENDS = "gnome-vfs libbonobo"
+DEPENDS = "gconf-native gnome-vfs libbonobo"
 
 EXTRA_OECONF = "--disable-gtk-doc"