mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
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:
committed by
Richard Purdie
parent
4f90c0c8c8
commit
72aa55b762
14
meta/packages/perl/libconvert-asn1-perl_0.21.bb
Normal file
14
meta/packages/perl/libconvert-asn1-perl_0.21.bb
Normal 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"
|
||||
Reference in New Issue
Block a user