python-gst: don't use libtool m4 macros from source archive
authorMartin Jansa <Martin.Jansa@gmail.com>
Wed, 27 Jan 2010 10:15:12 +0000 (11:15 +0100)
committerMartin Jansa <Martin.Jansa@gmail.com>
Thu, 28 Jan 2010 22:34:46 +0000 (23:34 +0100)
* Fixes version mishmash with newer libtool 2.2.6b

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/python/python-gst_0.10.17.bb

index 5695e6e..6b3a147 100644 (file)
@@ -17,6 +17,9 @@ require fix-path.inc
 EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../"
 
 do_configure_prepend() {
+    #install all except libtool
+    rm -f ${S}/common/m4/libtool.m4
+    rm -f ${S}/common/m4/lt*.m4
     install -d ${S}/m4
     install -m 0644 ${S}/common/m4/*.m4 ${S}/m4/
 }