diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-08-31 18:00:11 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-10 13:01:54 +0100 |
commit | 098beba3bda59626fd7cd65a9dd1e7c16d6e9a46 (patch) | |
tree | ea11eb0014afcb8a75d83792e25179d03f30e7ea | |
parent | 0ca60159dd109907e463dc8f8a2eb10d104b9b32 (diff) | |
download | poky-098beba3bda59626fd7cd65a9dd1e7c16d6e9a46.tar.gz |
libi18n-collate-perl: add it
This module is deprecated from perl 5.003_06.
But LSB perl test 4.1.6-2 still test it.
So add it.
[Yocto #3031]
(From OE-Core rev: 8228aa1f6bc1ee5ecddd78ce43d5ebfc0eed2d3c)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb b/meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb new file mode 100644 index 0000000000..2722ec04a9 --- /dev/null +++ b/meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb | |||
@@ -0,0 +1,22 @@ | |||
1 | SUMMARY = "Perl module that compare 8-bit scalar data according to the current locale" | ||
2 | DESCRIPTION = "This module provides you with objects that will collate according to \ | ||
3 | your national character set, provided that the POSIX setlocale() function is supported \ | ||
4 | on your system." | ||
5 | |||
6 | HOMEPAGE = "http://search.cpan.org/~flora/I18N-Collate/" | ||
7 | SECTION = "libs" | ||
8 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
9 | PR = "r0" | ||
10 | |||
11 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ff6d629144a6ec1ea8c300f75760184f" | ||
12 | |||
13 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/I18N-Collate-${PV}.tar.gz" | ||
14 | |||
15 | SRC_URI[md5sum] = "72ddb6d1c59cfdf31aa3b04799b86af0" | ||
16 | SRC_URI[sha256sum] = "9174506bc903eda89690394e3f45558ab7e013114227896d8569d6164648fe37" | ||
17 | |||
18 | S = "${WORKDIR}/I18N-Collate-${PV}" | ||
19 | |||
20 | inherit cpan | ||
21 | |||
22 | BBCLASSEXTEND = "native" | ||