All of lore.kernel.org
 help / color / mirror / Atom feed
From: Robert Yang <liezhi.yang@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [meta-oe] [PATCH V2] rrdtool: only unset PERLHOSTLIB in do_configure
Date: Fri, 13 May 2016 11:39:45 +0800	[thread overview]
Message-ID: <57354C81.5090800@windriver.com> (raw)
In-Reply-To: <1463110638-35447-1-git-send-email-liezhi.yang@windriver.com>


I'm very sorry, they should go into oe-devel.

// Robert

On 05/13/2016 11:37 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
>
> Signed-off-by: Robert Yang <liezhi.yang@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" \
>


  reply	other threads:[~2016-05-13  3:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-13  3:37 [meta-oe] [PATCH V2] rrdtool: only unset PERLHOSTLIB in do_configure Robert Yang
2016-05-13  3:39 ` Robert Yang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-13  3:37 Robert Yang
2016-05-13  3:33 Robert Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=57354C81.5090800@windriver.com \
    --to=liezhi.yang@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.