diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-08-10 16:46:46 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-13 13:36:01 +0100 |
commit | 72aa55b7623277d88c3fd0400cad4455e4ae8bde (patch) | |
tree | 669a2443f1532b017e788c5fc4764592414a5105 /meta | |
parent | 4f90c0c8c804a6ebfaeaa6ed4133df73a3dca166 (diff) | |
download | poky-72aa55b7623277d88c3fd0400cad4455e4ae8bde.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/perl/libconvert-asn1-perl_0.21.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 index 0000000000..3292ee338f --- /dev/null +++ b/meta/packages/perl/libconvert-asn1-perl_0.21.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Convert::ASN1 - ASN.1 Encode/Decode library" | ||
2 | SECTION = "libs" | ||
3 | LICENSE = "Artistic|GPL" | ||
4 | PR = "r0" | ||
5 | |||
6 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Convert-ASN1-${PV}.tar.gz" | ||
7 | |||
8 | S = "${WORKDIR}/Convert-ASN1-${PV}" | ||
9 | |||
10 | inherit cpan | ||
11 | |||
12 | BBCLASSEXTEND="native" | ||
13 | |||
14 | PACKAGE_ARCH = "all" | ||