[oe-commits] Dexuan Cui : libconvert-asn1-perl: fix EXTRA_PERLFLAGS due to the perl-native change

git version control git at git.openembedded.org
Tue Jun 14 13:38:52 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 6871f5717ac7715a3af45df936f17cb95b9c217b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6871f5717ac7715a3af45df936f17cb95b9c217b

Author: Dexuan Cui <dexuan.cui at intel.com>
Date:   Wed Jun  1 18:04:02 2011 +0800

libconvert-asn1-perl: fix EXTRA_PERLFLAGS due to the perl-native change

Signed-off-by: Dexuan Cui <dexuan.cui at intel.com>

---

 .../perl/libconvert-asn1-perl_0.22.bb              |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
index e3edc18..fc77b75 100644
--- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
+++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library"
 SECTION = "libs"
 LICENSE = "Artistic|GPLv1+"
 LIC_FILES_CHKSUM = "file://README;beginline=10;endline=12;md5=a64b291b13ffddeef33b14f047ee8b26"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz"
 
@@ -13,7 +13,7 @@ S = "${WORKDIR}/Convert-ASN1-${PV}"
 
 inherit cpan
 
-EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl/${@get_perl_version(d)}"
+EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
 
 BBCLASSEXTEND="native"
 





More information about the Openembedded-commits mailing list