aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-05 10:58:32 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:47:43 -0700
commit3f3774a5011770f8dff62bf94e0fa405431b4ad2 (patch)
tree62d44f84da7fca98ff7e75249a9ac288c7a3cde6
parentd8a352fc12e0d985a6f66e8d3f3937aee932794a (diff)
downloadmeta-openembedded-contrib-3f3774a5011770f8dff62bf94e0fa405431b4ad2.tar.gz
libencode-locale-perl: add 1.03
* 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> repo http://github.com/EmilRP/public_bb_recipes/ Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libencode/libencode-locale-perl_1.03.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.03.bb b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.03.bb
new file mode 100644
index 0000000000..bc6d42973f
--- /dev/null
+++ b/meta-perl/recipes-perl/libencode/libencode-locale-perl_1.03.bb
@@ -0,0 +1,20 @@
+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] = "de8422d068634e7c1068dab4e18b452f"
+SRC_URI[sha256sum] = "f76337e0933225914111fcc3319ff4db359b1abfd1aa56dff2df5378db0e2d55"
+
+S = "${WORKDIR}/Encode-Locale-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} += "libencode-perl \
+ libencode-alias-perl \
+ "
+
+BBCLASSEXTEND = "native"