diff options
| -rw-r--r-- | meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb new file mode 100644 index 0000000000..748f746a04 --- /dev/null +++ b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Encode::Locale - Determine the locale encoding" | ||
| 2 | AUTHOR = "Gisle Aas <gisle@activestate.com>" | ||
| 3 | HOMEPAGE = "https://metacpan.org/module/Encode::Locale" | ||
| 4 | SECTION = "libs" | ||
| 5 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 6 | LIC_FILES_CHKSUM = "file://README;md5=14e8006c2134045725fd81292a323d24" | ||
| 7 | |||
| 8 | SRC_URI = "${CPAN_MIRROR}/authors/id/G/GA/GAAS/Encode-Locale-${PV}.tar.gz" | ||
| 9 | SRC_URI[md5sum] = "fcfdb8e4ee34bcf62aed429b4a23db27" | ||
| 10 | SRC_URI[sha256sum] = "176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/Encode-Locale-${PV}" | ||
| 13 | |||
| 14 | inherit cpan | ||
| 15 | |||
| 16 | RDEPENDS_${PN} += "libencode-perl \ | ||
| 17 | libencode-alias-perl \ | ||
| 18 | perl-module-base \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native" | ||
