generic-poky/meta/recipes-lsb4/perl/libi18n-collate-perl_1.02.bb
Richard Purdie 5e42796675 recipes: Remove PR = r0 from all recipes
Remove all PR = "r0" from all .bb files in oe-core. This was done
with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i

We've switching to the PR server, PR bumps are no longer needed and
this saves people either accidentally bumping them or forgetting to
remove the lines (r0 is the default anyway).

(From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-10-30 14:52:04 +00:00

22 lines
772 B
BlitzBasic

SUMMARY = "Perl module that compare 8-bit scalar data according to the current locale"
DESCRIPTION = "This module provides you with objects that will collate according to \
your national character set, provided that the POSIX setlocale() function is supported \
on your system."
HOMEPAGE = "http://search.cpan.org/~flora/I18N-Collate/"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0+"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ff6d629144a6ec1ea8c300f75760184f"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/I18N-Collate-${PV}.tar.gz"
SRC_URI[md5sum] = "72ddb6d1c59cfdf31aa3b04799b86af0"
SRC_URI[sha256sum] = "9174506bc903eda89690394e3f45558ab7e013114227896d8569d6164648fe37"
S = "${WORKDIR}/I18N-Collate-${PV}"
inherit cpan
BBCLASSEXTEND = "native"