summaryrefslogtreecommitdiff
path: root/packages/gnome
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-04 17:23:34 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-04 17:23:34 +0000
commit83b50868b054b91dd4ad9aa3570eb53a302e427a (patch)
tree0f8eb6a0b65123bebb7f605e0cbf391532fe27ae /packages/gnome
parentc1bd6a8c28ffb85dd2f786d2bdf99b88316012c7 (diff)
add (dummy) gconf-native, make libgnome depend on gconf-native
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/gconf-native_2.6.1.bb10
-rw-r--r--packages/gnome/libgnome_2.10.1.bb3
2 files changed, 12 insertions, 1 deletions
diff --git a/packages/gnome/gconf-native_2.6.1.bb b/packages/gnome/gconf-native_2.6.1.bb
new file mode 100644
index 0000000000..79163a42b1
--- /dev/null
+++ b/packages/gnome/gconf-native_2.6.1.bb
@@ -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
+}
+
diff --git a/packages/gnome/libgnome_2.10.1.bb b/packages/gnome/libgnome_2.10.1.bb
index 531fdd4240..0866b426c0 100644
--- a/packages/gnome/libgnome_2.10.1.bb
+++ b/packages/gnome/libgnome_2.10.1.bb
@@ -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"