]> code.ossystems Code Review - openembedded-core.git/commitdiff
libconvert-asn1-perl: create new recipe
authorNitin A Kamble <nitin.a.kamble@intel.com>
Tue, 10 Aug 2010 23:46:46 +0000 (16:46 -0700)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 13 Aug 2010 12:36:01 +0000 (13:36 +0100)
the latest is 0.22 which is failing to build
while the previous version 0.21 just works.

Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
meta/packages/perl/libconvert-asn1-perl_0.21.bb [new file with mode: 0644]

diff --git a/meta/packages/perl/libconvert-asn1-perl_0.21.bb b/meta/packages/perl/libconvert-asn1-perl_0.21.bb
new file mode 100644 (file)
index 0000000..3292ee3
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz"
+
+S = "${WORKDIR}/Convert-ASN1-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"
+
+PACKAGE_ARCH = "all"