[oe] [meta-oe] [PATCH] rrdtool: only unset PERLHOSTLIB in do_configure

Robert Yang liezhi.yang at windriver.com
Fri May 13 03:32:34 UTC 2016



On 05/13/2016 10:56 AM, Robert Yang wrote:
> The do_compile requires it, otherwise it can't find the native module
> correctly when perl-native is mirrored from another build.
>
> Fixed:
> | Compilation failed in require.
> | BEGIN failed--compilation aborted.
> | Can't locate loadable object for module File::Glob in @INC
>
> (LOCAL REV: NOT UPSTREAM -- sent to oe on 20160512)

Sorry, this line should be removed, I will send a V2.

// Robert

>
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
>   meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb
> index 216aafc..73a5d0e 100644
> --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb
> +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb
> @@ -58,9 +58,9 @@ export STAGING_INCDIR
>   # emulate cpan_do_configure
>   EXTRA_OEMAKE = ' PERL5LIB="${PERL_ARCHLIB}" '
>   # Avoid do_configure error on some hosts
> -export PERLHOSTLIB = ""
>
>   do_configure() {
> +    unset PERLHOSTLIB
>       #fix the pkglib problem with newer automake
>       #perl
>       sed -i -e "s|-Wl,--rpath -Wl,\$rp||g" \
>



More information about the Openembedded-devel mailing list