summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
diff options
context:
space:
mode:
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 56f46d7137..b46500dae9 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 @@
1require gst-plugins.inc 1require gst-plugins.inc
2DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame" 2DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
3PR = "r3" 3PR = "r5"
4 4
5SRC_URI += " file://lame-autoconf.patch;patch=1" 5SRC_URI += " file://lame-autoconf.patch;patch=1"
6EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia" 6EXTRA_OECONF += "--with-plugins=a52dec,lame,id3tag,mad,mpeg2dec,mpegstream,mpegaudioparse,asfdemux,realmedia"
7 7
8do_configure_prepend() {
9 # This m4 file contains nastiness which conflicts with libtool 2.2.2
10 rm ${S}/m4/lib-link.m4 || true
11}