summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/perl
diff options
context:
space:
mode:
authorDexuan Cui <dexuan.cui@intel.com>2011-06-01 18:04:02 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-09 16:58:34 +0100
commitf70eeea07d4c92fba4e6c00cd0214707a8eae3c8 (patch)
tree0274e439aa33dbf3d746b4e362876e62b985ae94 /meta/recipes-extended/perl
parentac4fba3e55195d97162642995628e2f3875dd621 (diff)
downloadpoky-f70eeea07d4c92fba4e6c00cd0214707a8eae3c8.tar.gz
libconvert-asn1-perl: fix EXTRA_PERLFLAGS due to the perl-native change
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-extended/perl')
-rw-r--r--meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb4
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 e3edc18933..fc77b75090 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"
2SECTION = "libs" 2SECTION = "libs"
3LICENSE = "Artistic|GPLv1+" 3LICENSE = "Artistic|GPLv1+"
4LIC_FILES_CHKSUM = "file://README;beginline=10;endline=12;md5=a64b291b13ffddeef33b14f047ee8b26" 4LIC_FILES_CHKSUM = "file://README;beginline=10;endline=12;md5=a64b291b13ffddeef33b14f047ee8b26"
5PR = "r0" 5PR = "r1"
6 6
7SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" 7SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz"
8 8
@@ -13,7 +13,7 @@ S = "${WORKDIR}/Convert-ASN1-${PV}"
13 13
14inherit cpan 14inherit cpan
15 15
16EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl/${@get_perl_version(d)}" 16EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
17 17
18BBCLASSEXTEND="native" 18BBCLASSEXTEND="native"
19 19