libencode-locale-perl: drop recipe

The upstream has not been touched since 2015, when this recipe was added.
https://metacpan.org/pod/Encode::Locale

There are no other recipes in meta-openembedded which depend on this recipe
and it is the only recipe that depends on the now dropped libencode-perl
recipe.

My original reason for contributing this recipe is long gone.
If someone continues to need this recipe, please submit it again, but
refactor it to use perl-module-encode(-*) for its RDEPENDS.

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Tim Orling 2024-02-23 10:51:06 -08:00 committed by Khem Raj
parent 57de043dd6
commit c94d895ae7
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,20 +0,0 @@
SUMMARY = "Encode::Locale - Determine the locale encoding"
HOMEPAGE = "https://metacpan.org/module/Encode::Locale"
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
LIC_FILES_CHKSUM = "file://README;md5=14e8006c2134045725fd81292a323d24"
SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/Encode-Locale-${PV}.tar.gz"
SRC_URI[md5sum] = "fcfdb8e4ee34bcf62aed429b4a23db27"
SRC_URI[sha256sum] = "176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1"
S = "${WORKDIR}/Encode-Locale-${PV}"
inherit cpan
RDEPENDS:${PN} += "libencode-perl \
libencode-alias-perl \
perl-module-base \
"
BBCLASSEXTEND = "native"