aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/libunicode-string-perl_2.09.bb
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 10:25:03 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-01-02 10:25:03 +0100
commit53737b6605d06ed7cd29fbca152eb80c962fc1e1 (patch)
treec452f83de4c08f5a3a7a78a4bf5daff04b61eb17 /recipes/perl/libunicode-string-perl_2.09.bb
parentdd5d724b0f2fe6c25cd545fbfbe5be88c1df2822 (diff)
downloadopenembedded-53737b6605d06ed7cd29fbca152eb80c962fc1e1.tar.gz
libunicode-string-perl_2.09.bb: added recipe
Diffstat (limited to 'recipes/perl/libunicode-string-perl_2.09.bb')
-rw-r--r--recipes/perl/libunicode-string-perl_2.09.bb12
1 files changed, 12 insertions, 0 deletions
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 0000000000..393970e42d
--- /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"