aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/perl/libunicode-utf8simple-perl_1.06.bb12
2 files changed, 16 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 1436705176..a3313b5bab 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1362,6 +1362,10 @@ sha256=1684cb64a6bd24e019532ae2e5d4a962d43d9215623e9d4dc77536f118fbf31b
md5=553e68e603723bf7c631f8701ab0d678
sha256=c817bedb954ea2d488bade56059028b99e0198f6826482e2f68fd6d78653faad
+[http://search.cpan.org/CPAN/authors/id/G/GU/GUS/Unicode-UTF8simple-1.06.tar.gz]
+md5=1d90907170ed41690a572a2d6ed6e7da
+sha256=e1249ac08daceb8a83c170c00810001f15d73418e9595711bee663d0130c0fe5
+
[http://snafu.freedom.org/Vmaps/Vmaps-1.1.tgz]
md5=0ba6f2b97ff8eb3e975ed906f2311080
sha256=f97b3c0a36c7422d38af67dd68855e5c25581f7b6e79f8671e298e66b4d0026e
diff --git a/recipes/perl/libunicode-utf8simple-perl_1.06.bb b/recipes/perl/libunicode-utf8simple-perl_1.06.bb
new file mode 100644
index 0000000000..1fb52d37fc
--- /dev/null
+++ b/recipes/perl/libunicode-utf8simple-perl_1.06.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Unicode::UTF8simple - Conversions to/from UTF8 from/to charactersets"
+SECTION = "libs"
+LICENSE = "unknown"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GU/GUS/Unicode-UTF8simple-1.06.tar.gz"
+
+S = "${WORKDIR}/Unicode-UTF8simple-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"