diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-20 15:10:49 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-24 09:40:24 +0000 |
commit | 852f098b07d6a4e24937f6f2ce86976e5f2e39d0 (patch) | |
tree | dd72d6a05deb59fd56f447297eb4a80c6f77f647 /meta/recipes-multimedia | |
parent | a32ac26c321dfa16cff42e90d021070d16693011 (diff) | |
download | poky-852f098b07d6a4e24937f6f2ce86976e5f2e39d0.tar.gz |
gstreamer1.0-plugins.inc: drop obsolete lib-link.m4 workaround
There is no lib-link.m4 in any of the gst-plugins-XXX sources (and
there hasn't been for a long time). Drop the obsolete workaround.
(From OE-Core rev: ba0a9db62a067852e346d986c338427b87e2f3fd)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index a552653d5f..f179ce9b5b 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | |||
@@ -54,10 +54,3 @@ def get_gst_srcuri(d): | |||
54 | else: | 54 | else: |
55 | s = "http://gstreamer.freedesktop.org/src/%s/%s-%s.tar.xz" % (gstpkg_basename, gstpkg_basename, pv) | 55 | s = "http://gstreamer.freedesktop.org/src/%s/%s-%s.tar.xz" % (gstpkg_basename, gstpkg_basename, pv) |
56 | return s | 56 | return s |
57 | |||
58 | delete_liblink_m4_file() { | ||
59 | # This m4 file contains nastiness which conflicts with libtool 2.2.2 | ||
60 | rm "${S}/m4/lib-link.m4" || true | ||
61 | } | ||
62 | |||
63 | do_configure[prefuncs] += " delete_liblink_m4_file " | ||