[oe-commits] Florian Boor : gupnp: Do not override configure 0.13.4

git at git.openembedded.org git at git.openembedded.org
Thu Sep 27 16:04:20 UTC 2012


Module: openembedded.git
Branch: master
Commit: 03f51bb72f4300d27fe803f97f38cd74ef498fdc
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=03f51bb72f4300d27fe803f97f38cd74ef498fdc

Author: Florian Boor <florian.boor at kernelconcepts.de>
Date:   Mon Dec 12 20:31:18 2011 +0100

gupnp: Do not override configure 0.13.4

    Build tested without override (µCross, armv5te, mipsel, ppc603) override breaks
    build because of libtool incompatibility.

Signed-off-by: Florian Boor <florian.boor at kernelconcepts.de>

---

 recipes/upnp/gupnp_0.13.4.bb |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/recipes/upnp/gupnp_0.13.4.bb b/recipes/upnp/gupnp_0.13.4.bb
index 54c62ea..a2f5af4 100644
--- a/recipes/upnp/gupnp_0.13.4.bb
+++ b/recipes/upnp/gupnp_0.13.4.bb
@@ -2,7 +2,7 @@ LICENSE = "LGPL"
 DEPENDS = "e2fsprogs gssdp libsoup-2.4 libxml2 gtk-doc-native libgee"
 
 require gupnp.inc
-PR = "r1"
+PR = "r2"
 
 SRC_URI[md5sum] = "0d562f5f02534c70c3743b2c514db8ba"
 SRC_URI[sha256sum] = "7974953f38a41236c875c3df509abc43e8218b5925fdc18212a73b1ae0d0e7e8"
@@ -11,12 +11,6 @@ inherit autotools pkgconfig
 
 EXTRA_OECONF = "--disable-gtk-doc --enable-introspection=no"
 
-do_configure() {
-	libtoolize --force
-	gnu-configize --force
-	oe_runconf
-}
-
 FILES_${PN} = "${libdir}/*.so.*"
 FILES_${PN}-dev += "${bindir}/gupnp-binding-tool"
 





More information about the Openembedded-commits mailing list