From 5a16cb5fd6008819f13060bd949b2dd1416ae0e9 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 1 Feb 2011 16:43:21 -0800 Subject: libconvert-asn1-perl: upgrade from 0.21 to 0.22 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 --- .../perl/libconvert-asn1-perl_0.21.bb | 18 ------------------ .../perl/libconvert-asn1-perl_0.22.bb | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb create mode 100644 meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb (limited to 'meta/recipes-extended/perl') diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb deleted file mode 100644 index 660beecfbe..0000000000 --- a/meta/recipes-extended/perl/libconvert-asn1-perl_0.21.bb +++ /dev/null @@ -1,18 +0,0 @@ -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" - -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" - -S = "${WORKDIR}/Convert-ASN1-${PV}" - -inherit cpan - -BBCLASSEXTEND="native" - -PACKAGE_ARCH = "all" diff --git a/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb new file mode 100644 index 0000000000..e3edc18933 --- /dev/null +++ b/meta/recipes-extended/perl/libconvert-asn1-perl_0.22.bb @@ -0,0 +1,20 @@ +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" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" + +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" -- cgit v1.2.3-54-g00ecf