[OE-core] Fail in perl-native_5.14.2.bb

Richard Purdie richard.purdie at linuxfoundation.org
Fri Sep 28 13:18:20 UTC 2012


On Thu, 2012-09-27 at 16:36 +0200, Steven Munk Østergaard wrote:
> Hello, peace be with thee... :)
> 
> I found a mistake in the "do_configure()" function of: 
> "perl-native_5.14.2.bb"
> 
> I am not experienced enough with mailing list to produce patches, but i 
> will try...
> 
> Explanation:
> sed is in " -e "s%/perl5%/perl%g" \ " replacing parts of @DESTDIR@ which 
> makes its patch way to long and doubles up parts of it's folders...
> This patch works for me...
> 
> 
> Index: perl/perl_5.14.2.bb
> ===================================================================
> --- perl.orig/perl_5.14.2.bb
> +++ perl/perl_5.14.2.bb
> @@ -146,14 +146,14 @@ do_configure() {
>       ${@base_contains('DISTRO_FEATURES', 'largefile', '', 
> 'do_nolargefile', d)}
> 
>           # Update some paths in the configuration
> -        sed -i -e 's, at DESTDIR@,${prefix},g' \
> -               -e 's, at ARCH@-thread-multi,,g' \
> +        sed -i -e 's, at ARCH@-thread-multi,,g' \
>                  -e 's, at ARCH@,${TARGET_ARCH}-${TARGET_OS},g' \
>                  -e 's, at STAGINGDIR@,${STAGING_DIR_HOST},g' \
>                  -e "s%\([ \"^\',=]\+\)/usr/include%\1${STAGING_INCDIR}%g" \
>              -e "s%\([ \"^\',=]\+\)/usr/lib/%\1${libdir}/%g" \
>              -e "s%\([ \"^\',=]\+\)/usr/%\1${exec_prefix}/%g" \
>              -e "s%/perl5%/perl%g" \
> +           -e 's, at DESTDIR@,${prefix},g' \
>               config.sh-${TARGET_ARCH}-${TARGET_OS}
> 
>       case "${TARGET_ARCH}" in

Thanks, there are a number of problems in this area. Please see the
patch I just posted which hopefully addresses all this once and for all.

Cheers,

Richard





More information about the Openembedded-core mailing list