mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
57de043dd6
commit
c94d895ae7
|
|
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user