mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a32ac26c32
commit
852f098b07
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user