[oe-commits] Koen Kooi : totem-pl-parser 2.30.0: fix build with libtool 2.4 sysroot

git version control git at git.openembedded.org
Wed Oct 13 17:19:14 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Oct 13 19:14:43 2010 +0200

totem-pl-parser 2.30.0: fix build with libtool 2.4 sysroot

* also disable introspection

---

 recipes/totem/totem-pl-parser_2.30.0.bb |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/recipes/totem/totem-pl-parser_2.30.0.bb b/recipes/totem/totem-pl-parser_2.30.0.bb
index f39114c..31d6b04 100644
--- a/recipes/totem/totem-pl-parser_2.30.0.bb
+++ b/recipes/totem/totem-pl-parser_2.30.0.bb
@@ -2,20 +2,19 @@ DESCRIPTION = "Playlist parser for Totem, a GTK2 based media player"
 HOMEPAGE = "http://www.gnome.org/projects/totem/"
 LICENSE = "LGPLv2"
 
-PR = "r1"
+PR = "r2"
 
-DEPENDS = "gmime eds-dbus"
+DEPENDS = "gnome-doc-utils gmime eds-dbus"
 
 inherit gnome
 
 SRC_URI[archive.md5sum] = "81bf8e3043a9ec89bdd391c36ebd50d1"
 SRC_URI[archive.sha256sum] = "403b18c1582c14effb4e2dabf339dfdbc45285204a0cf958fc250a387b6fc65c"
 
+EXTRA_OECONF = "--enable-introspection=no"
+
 # Build of documentation is not yet possible:
-do_configure() {
+do_configure_prepend() {
 	sed -i -e s:docs::g ${S}/Makefile.am
-	libtoolize --force
-	gnu-configize --force
-	oe_runconf
 }
 





More information about the Openembedded-commits mailing list