[oe-commits] Stanislav Brabec : gnome-bluetooth: Remove support for help file generator to not depend on host system docbook XSL processing .

git version control git at git.openembedded.org
Sat Jul 24 14:28:46 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 244deb462973a2d7a9bfcc3399843202f9d29d51
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=244deb462973a2d7a9bfcc3399843202f9d29d51

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sat Jul 24 14:21:03 2010 +0000

gnome-bluetooth: Remove support for help file generator to not depend on host system docbook XSL processing.

Signed-off-by: Stanislav Brabec <utx at penguin.cz>

---

 recipes/gnome/gnome-bluetooth_2.30.0.bb |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/recipes/gnome/gnome-bluetooth_2.30.0.bb b/recipes/gnome/gnome-bluetooth_2.30.0.bb
index 833fca0..ed7ca51 100644
--- a/recipes/gnome/gnome-bluetooth_2.30.0.bb
+++ b/recipes/gnome/gnome-bluetooth_2.30.0.bb
@@ -3,15 +3,20 @@ LICENSE = "GPL"
 SECTION = "x11/gnome"
 DEPENDS = "gnome-doc-utils-native obexd obex-data-server gconf gtk+ dbus-glib libunique libnotify hal bluez4 gnome-keyring"
 
-PR = "r1"
+PR = "r2"
 
 inherit gnome
 
 SRC_URI[archive.md5sum] = "eb88212922037eb9751f0fcedb9c166e"
 SRC_URI[archive.sha256sum] = "4caafa8c28195c81d8c51414f3a64489f81b9b46cac56979aeaaff8c9ebb78d4"
 
-# No 'nautilus-sendto' recipe in OE et
-EXTRA_OECONF = "--enable-nautilus-sendto=no"
+# No 'nautilus-sendto' recipe in OE yet
+EXTRA_OECONF = "--enable-nautilus-sendto=no --disable-scrollkeeper"
+
+# No native docbook XSL stylesheets recipe in OE yet
+do_configure_prepend() {
+	sed -i s/help// Makefile.am
+}
 
 do_configure_append() {
 	sed -i 's,func_fatal_error "error: cannot install,echo "bogus message about,' ${TARGET_PREFIX}libtool
@@ -21,4 +26,3 @@ RRECOMMENDS_${PN} += "obexd obex-data-server"
 RCONFLICTS_${PN} = "bluez-gnome"
 
 FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
-





More information about the Openembedded-commits mailing list