All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rongqing Li <rongqing.li@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] libxml-simple-perl/libconvert-asn1-perl: using PERLHOSTLIB
Date: Thu, 23 Apr 2015 09:15:33 +0800	[thread overview]
Message-ID: <553847B5.2000306@windriver.com> (raw)
In-Reply-To: <1427677002-12772-1-git-send-email-rongqing.li@windriver.com>

ping

-Roy

On 2015年03月30日 08:56, rongqing.li@windriver.com wrote:
> From: Roy Li <rongqing.li@windriver.com>
>
> Using PERLHOSTLIB as possible, which is same as
> ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}
>
> Signed-off-by: Roy Li <rongqing.li@windriver.com>
> ---
>   meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb   | 2 +-
>   meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb | 2 +-
>   2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
> index b72afc0..4721b4b 100644
> --- a/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
> +++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
> @@ -17,7 +17,7 @@ SRC_URI[sha256sum] = "5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af72
>
>   S = "${WORKDIR}/XML-Simple-${PV}"
>
> -EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
> +EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}"
>
>   inherit cpan
>
> diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
> index ebe0422..170e7ec 100644
> --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
> +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.27.bb
> @@ -12,6 +12,6 @@ S = "${WORKDIR}/Convert-ASN1-${PV}"
>
>   inherit cpan
>
> -EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
> +EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}"
>
>   BBCLASSEXTEND = "native"
>

-- 
Best Reagrds,
Roy | RongQing Li


      reply	other threads:[~2015-04-23  1:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-30  0:56 [PATCH] libxml-simple-perl/libconvert-asn1-perl: using PERLHOSTLIB rongqing.li
2015-04-23  1:15 ` Rongqing Li [this message]

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=553847B5.2000306@windriver.com \
    --to=rongqing.li@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.