]> code.ossystems Code Review - openembedded-core.git/commitdiff
libconvert-asn1-perl: upgrade from 0.21 to 0.22
authorNitin A Kamble <nitin.a.kamble@intel.com>
Wed, 2 Feb 2011 00:43:21 +0000 (16:43 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Feb 2011 17:55:18 +0000 (17:55 +0000)
And fix following issue caused by the upgrade

| Can't load '/build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/auto/File/Glob/Glob.so' for module File::Glob: /build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/auto/File/Glob/Glob.so: wrong ELF class: ELFCLASS32 at /build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/XSLoader.pm line 79.
|  at /build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib/perl/5.12.2/File/Glob.pm line 96

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb [moved from meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb with 64% similarity]

similarity index 64%
rename from meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb
rename to meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb
index 660beecfbeeac84cb46489ba9a333edaf9eb3f08..e3edc18933d7abe001fc0855b1a8d3d75343f1d5 100644 (file)
@@ -6,13 +6,15 @@ PR = "r0"
 
 SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "6f5c45724db1b09911e489275d19d0f5"
-SRC_URI[sha256sum] = "94e37fcb52148355cf9a0e96518c82bbb80b0b97adcce88bdb87766ca1cf9e45"
+SRC_URI[md5sum] = "64a555e44adc79d92072b9fc7a6779c4"
+SRC_URI[sha256sum] = "be63d5cc715d7306e54b41d3c68c3617ca306289cff619a2ca43505e35f2f6ee"
 
 S = "${WORKDIR}/Convert-ASN1-${PV}"
 
 inherit cpan
 
+EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl/${@get_perl_version(d)}"
+
 BBCLASSEXTEND="native"
 
 PACKAGE_ARCH = "all"