diff options
author | Roy Li <rongqing.li@windriver.com> | 2015-03-30 08:56:42 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-04-27 14:59:47 +0100 |
commit | 31e55d088ae5aa3fa9f5ecdcbda02e00b1d5cc7c (patch) | |
tree | c4de6c7e753ce3ffc2f35aa9812b3cdc4a20ea3c /meta | |
parent | f0036746d94122073fe6aea4441aa96880ff9066 (diff) | |
download | poky-31e55d088ae5aa3fa9f5ecdcbda02e00b1d5cc7c.tar.gz |
libxml-simple-perl/libconvert-asn1-perl: using PERLHOSTLIB
Using PERLHOSTLIB as possible, which is same as
${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}
(From OE-Core rev: 981a054eb352bcdcc2b9450dc24718e6695ac99f)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb | 2 | ||||
-rw-r--r-- | 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 b72afc0ca4..4721b4b321 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 | |||
17 | 17 | ||
18 | S = "${WORKDIR}/XML-Simple-${PV}" | 18 | S = "${WORKDIR}/XML-Simple-${PV}" |
19 | 19 | ||
20 | EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}" | 20 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" |
21 | 21 | ||
22 | inherit cpan | 22 | inherit cpan |
23 | 23 | ||
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 ebe042238f..170e7ecdea 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}" | |||
12 | 12 | ||
13 | inherit cpan | 13 | inherit cpan |
14 | 14 | ||
15 | EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}" | 15 | EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |