summaryrefslogtreecommitdiff
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.bb11
1 files changed, 0 insertions, 11 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
deleted file mode 100644
index b46500dae..000000000
--- a/meta/packages/gstreamer/gst-plugins-ugly_0.10.6.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-require gst-plugins.inc
-DEPENDS += "gst-plugins-base libid3tag libmad mpeg2dec liba52 lame"
-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
-}