libconvert-asn1-perl: create new recipe

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>
This commit is contained in:
Nitin A Kamble
2010-08-10 16:46:46 -07:00
committed by Richard Purdie
parent 4f90c0c8c8
commit 72aa55b762

View File

@@ -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"