[oe-commits] Frans Meulenbroeks : libunicode-string-perl_2.09.bb: added recipe

git version control git at git.openembedded.org
Sat Jan 2 16:15:15 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 53737b6605d06ed7cd29fbca152eb80c962fc1e1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=53737b6605d06ed7cd29fbca152eb80c962fc1e1

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sat Jan  2 10:25:03 2010 +0100

libunicode-string-perl_2.09.bb: added recipe

---

 conf/checksums.ini                          |    4 ++++
 recipes/perl/libunicode-string-perl_2.09.bb |   12 ++++++++++++
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 844aa44..1436705 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -1358,6 +1358,10 @@ sha256=e0602bb05e31f6100b6f9ab35cfa93ab9f7a1c50a351a0ddfcd236a923bddfb0
 md5=1a933b1114c41a25587ee59ba8376f7c
 sha256=1684cb64a6bd24e019532ae2e5d4a962d43d9215623e9d4dc77536f118fbf31b
 
+[http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-2.09.tar.gz]
+md5=553e68e603723bf7c631f8701ab0d678
+sha256=c817bedb954ea2d488bade56059028b99e0198f6826482e2f68fd6d78653faad
+
 [http://snafu.freedom.org/Vmaps/Vmaps-1.1.tgz]
 md5=0ba6f2b97ff8eb3e975ed906f2311080
 sha256=f97b3c0a36c7422d38af67dd68855e5c25581f7b6e79f8671e298e66b4d0026e
diff --git a/recipes/perl/libunicode-string-perl_2.09.bb b/recipes/perl/libunicode-string-perl_2.09.bb
new file mode 100644
index 0000000..393970e
--- /dev/null
+++ b/recipes/perl/libunicode-string-perl_2.09.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Unicode::String - String of Unicode characters (UTF-16BE)"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Unicode-String-${PV}.tar.gz"
+
+S = "${WORKDIR}/Unicode-String-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"





More information about the Openembedded-commits mailing list