All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libxml-simple-perl/libconvert-asn1-perl: using PERLHOSTLIB
@ 2015-03-30  0:56 rongqing.li
  2015-04-23  1:15 ` Rongqing Li
  0 siblings, 1 reply; 2+ messages in thread
From: rongqing.li @ 2015-03-30  0:56 UTC (permalink / raw)
  To: openembedded-core

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"
-- 
2.1.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] libxml-simple-perl/libconvert-asn1-perl: using PERLHOSTLIB
  2015-03-30  0:56 [PATCH] libxml-simple-perl/libconvert-asn1-perl: using PERLHOSTLIB rongqing.li
@ 2015-04-23  1:15 ` Rongqing Li
  0 siblings, 0 replies; 2+ messages in thread
From: Rongqing Li @ 2015-04-23  1:15 UTC (permalink / raw)
  To: openembedded-core

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-23  1:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-30  0:56 [PATCH] libxml-simple-perl/libconvert-asn1-perl: using PERLHOSTLIB rongqing.li
2015-04-23  1:15 ` Rongqing Li

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.