[oe-commits] Koen Kooi : rygel: add hack to get rid of automake 1.11.x dependency

git version control git at git.openembedded.org
Wed Jan 20 09:07:53 UTC 2010


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 20 10:07:35 2010 +0100

rygel: add hack to get rid of automake 1.11.x dependency

---

 recipes/rygel/rygel_0.4.8.bb |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/recipes/rygel/rygel_0.4.8.bb b/recipes/rygel/rygel_0.4.8.bb
index 6d7dd6a..2e305bb 100644
--- a/recipes/rygel/rygel_0.4.8.bb
+++ b/recipes/rygel/rygel_0.4.8.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Collection of DLNA[1] (UPnP[2] AV) devices, implemented through a plug-in mechanism."
 SECTION = "network/multimedia"
-DEPENDS = "glib-2.0 gupnp gupnp-av gstreamer sqlite3 libsoup-2.4 automake-native-1.11.1"
+DEPENDS = "glib-2.0 gupnp gupnp-av gstreamer sqlite3 libsoup-2.4 "
 HOMEPAGE = "http://live.gnome.org/Rygel"
 
 SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/rygel/0.4/rygel-${PV}.tar.bz2 \
@@ -8,6 +8,11 @@ SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/rygel/0.4/rygel-${PV}.tar.bz2
 
 inherit autotools
 
+# Needs automake 1.11.x, which isn't safe to use yet in OE
+do_configure() {
+	oe_runconf
+}
+
 EXTRA_OECONF = "--enable-vala=no"
 
 FILES_${PN} += "${libdir}/rygel-1.0/librygel*.so ${datadir}/dbus-1/"





More information about the Openembedded-commits mailing list