summaryrefslogtreecommitdiff
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 68123bad6..013562233 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"
EXTRA_OECONF += "--disable-freetypetest --disable-pango --disable-theora"
+do_configure_prepend() {
+ # This m4 file contains nastiness which conflicts with libtool 2.2.2
+ rm ${S}/m4/lib-link.m4
+}