--- /dev/null
+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
+}
+
+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"