gnome-bluetooth 2.30: fix a libtool issue where the 'test' line is true for '=',...
authorKoen Kooi <koen@openembedded.org>
Sun, 6 Jun 2010 17:42:12 +0000 (19:42 +0200)
committerKoen Kooi <koen@openembedded.org>
Sun, 6 Jun 2010 17:43:37 +0000 (19:43 +0200)
recipes/gnome/gnome-bluetooth_2.30.0.bb

index 6e01af1..833fca0 100644 (file)
@@ -1,7 +1,9 @@
 DESCRIPTION = "GNOME bluetooth manager"
 LICENSE = "GPL"
 SECTION = "x11/gnome"
-DEPENDS = "obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+DEPENDS = "gnome-doc-utils-native obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
+
+PR = "r1"
 
 inherit gnome
 
@@ -11,14 +13,12 @@ SRC_URI[archive.sha256sum] = "4caafa8c28195c81d8c51414f3a64489f81b9b46cac56979ae
 # No 'nautilus-sendto' recipe in OE et
 EXTRA_OECONF = "--enable-nautilus-sendto=no"
 
+do_configure_append() {
+       sed -i 's,func_fatal_error "error: cannot install,echo "bogus message about,' ${TARGET_PREFIX}libtool
+}
+
 RRECOMMENDS_${PN} += "obexd obex-data-server"
 RCONFLICTS_${PN} = "bluez-gnome"
 
-do_configure_prepend() {
-    sed -i -e s:docs::g ${S}/Makefile.am
-       echo "EXTRA_DIST = version.xml" > gnome-doc-utils.make
-       echo "EXTRA_DIST = version.xml" > gtk-doc.make
-}
-
 FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"