mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
21 lines
686 B
BlitzBasic
21 lines
686 B
BlitzBasic
SUMMARY = "Locale::gettext - message handling functions."
|
|
DESCRIPTION = "The gettext module permits access from perl to the gettext() family of \
|
|
functions for retrieving message strings from databases constructed to \
|
|
internationalize software."
|
|
SECTION = "libs"
|
|
|
|
HOMEPAGE = "https://metacpan.org/pod/Locale::gettext"
|
|
|
|
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://README;md5=d028249c2d08dca6ca6c5bb43b56d926"
|
|
|
|
SRC_URI = "${CPAN_MIRROR}/authors/id/P/PV/PVANDRY/Locale-gettext-${PV}.tar.gz"
|
|
|
|
SRC_URI[sha256sum] = "909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15"
|
|
|
|
S = "${UNPACKDIR}/Locale-gettext-${PV}"
|
|
|
|
inherit cpan
|
|
|
|
BBCLASSEXTEND = "native"
|