summaryrefslogtreecommitdiff
path: root/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-14 22:19:30 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-14 22:19:30 +0000
commitca0f459c950823cbf4944132d0082d1feda7c4f4 (patch)
treeb6d875c996de54abe2531c28b2f9e18454187fe4 /meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
parent50f74c5b385f9968be1c0dc70eea03ef29061d5b (diff)
downloadopenembedded-core-ca0f459c950823cbf4944132d0082d1feda7c4f4.tar.gz
openembedded-core-ca0f459c950823cbf4944132d0082d1feda7c4f4.tar.bz2
openembedded-core-ca0f459c950823cbf4944132d0082d1feda7c4f4.tar.xz
openembedded-core-ca0f459c950823cbf4944132d0082d1feda7c4f4.zip
gstreamer: Remove horrible lib-link.m4 macro file which breaks libtool 2.2.2 with search path insanity
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4256 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb b/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
index 56f46d713..b46500dae 100644
--- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
+++ b/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
@@ -1,7 +1,11 @@
require gst-plugins.inc
DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
-PR = "r3"
+PR = "r5"
SRC_URI += " file://lame-autoconf.patch;patch=1"
EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
+do_configure_prepend() {
+ # This m4 file contains nastiness which conflicts with libtool 2.2.2
+ rm ${S}/m4/lib-link.m4 || true
+}