diff options
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 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 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}" inherit cpan -EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}" +EXTRA_PERLFLAGS = "-I ${PERLHOSTLIB}" BBCLASSEXTEND = "native" |