[OE-core] [PATCH 1/1] gstreamer 0.10.x: remove do_configure_prepend

Richard Purdie richard.purdie at linuxfoundation.org
Wed Mar 21 12:36:11 UTC 2012


On Wed, 2012-03-21 at 16:38 +0800, Robert Yang wrote:
> Remove the do_configure_prepend which is used for removing
> ${S}/m4/lib-link.m4 to compile under libtool 2.2.2, but our libtool has
> been upgraded to 2.4.2, and:
> 
> for the 3 recipes:
>     gst-plugins-bad_0.10.22.bb
>     gst-plugins-base_0.10.35.bb
>     gst-plugins-good_0.10.30.bb
> 
> They don't have m4/lib-link.m4 any more.
> 
> For the gst-plugins-ugly_0.10.18.bb, though it has m4/lib-link.m4, our
> libtool version is now 2.4.2, so we can remove the do_configure_prepend
> from all of them.
> 
> [YOCTO #2148]
> 
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
>  .../gstreamer/gst-plugins-bad_0.10.22.bb           |    7 +------
>  .../gstreamer/gst-plugins-base_0.10.35.bb          |    7 +------
>  .../gstreamer/gst-plugins-good_0.10.30.bb          |    7 +------
>  .../gstreamer/gst-plugins-ugly_0.10.18.bb          |    7 +------
>  4 files changed, 4 insertions(+), 24 deletions(-)

Not so easy I'm afraid. We need to ensure our libtool is being used.
Even if the version matches, our libtool is patched to ensure the
sysroot and rpaths work correctly. I'm therefore a little nervous about
removing these at this point.

If we go through autoconf and automake and make sure our .m4 files are
used in preference to the recipe source supplied ones, I'll consider
patches like this but not until we've verified that.

Cheers,

Richard





More information about the Openembedded-core mailing list