aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2015-08-13 20:50:30 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 13:56:28 +0200
commitf3ac34f3d0243a5add8d4b839335b10ca1d8cdbb (patch)
treed33896ab27f5bd16a194449ffc4f817b43c9103f /meta-perl
parent66a21c305597da1c3cf42fa0e73a8350ebf5f433 (diff)
downloadmeta-openembedded-contrib-f3ac34f3d0243a5add8d4b839335b10ca1d8cdbb.tar.gz
libencode-locale-perl: add 1.05 recipe
* Based on: Paul Eggleton <paul.eggleton@linux.intel.com> http://github.com/bluelightning/public_bb_recipes * which is forked from: Emil Petersen <erp@movis.dk> http://github.com/EmilRP/public_bb_recipes/ Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libencode/libencode-locale-perl_1.05.bb21
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 @@
+SUMMARY = "Encode::Locale - Determine the locale encoding"
+AUTHOR = "Gisle Aas <gisle@activestate.com>"
+HOMEPAGE = "https://metacpan.org/module/Encode::Locale"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+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"