summaryrefslogtreecommitdiffstats
path: root/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins-base_0.10.17.bb')
-rw-r--r--meta/packages/gstreamer/gst-plugins-base_0.10.17.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb b/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb
index 68123bad60..013562233f 100644
--- a/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb
+++ b/meta/packages/gstreamer/gst-plugins-base_0.10.17.bb
@@ -6,3 +6,7 @@ PROVIDES_${PN} += "gst-plugins"
6 6
7EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora" 7EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora"
8 8
9do_configure_prepend() {
10 # This m4 file contains nastiness which conflicts with libtool 2.2.2
11 rm ${S}/m4/lib-link.m4
12}