]> code.ossystems Code Review - openembedded-core.git/commitdiff
gstreamer1.0-plugins.inc: drop obsolete lib-link.m4 workaround
authorAndre McCurdy <armccurdy@gmail.com>
Wed, 20 Jan 2016 23:10:49 +0000 (15:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jan 2016 23:42:42 +0000 (23:42 +0000)
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.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc

index a552653d5fbdfefc1a48b2141c25622f10f799c8..f179ce9b5bbe7920f24d46d76fcd075283d4ac57 100644 (file)
@@ -54,10 +54,3 @@ def get_gst_srcuri(d):
     else:
         s = "http://gstreamer.freedesktop.org/src/%s/%s-%s.tar.xz" % (gstpkg_basename, gstpkg_basename, pv)
     return s
-
-delete_liblink_m4_file() {
-       # This m4 file contains nastiness which conflicts with libtool 2.2.2
-       rm "${S}/m4/lib-link.m4" || true
-}
-
-do_configure[prefuncs] += " delete_liblink_m4_file "