aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl/liburi-perl_1.55.bb
diff options
context:
space:
mode:
authorEric Bénard <eric@eukrea.com>2010-09-21 09:57:23 +0200
committerEric Bénard <eric@eukrea.com>2010-09-24 15:14:49 +0200
commit2c8a897ee75ef2c46d092afafe100594b4c1b79b (patch)
treed1d19781b55812246591b6e2926ae2e2ead7d342 /recipes/perl/liburi-perl_1.55.bb
parent2abf3e05017199e4350ec2816173d1ca0e6fe135 (diff)
downloadopenembedded-2c8a897ee75ef2c46d092afafe100594b4c1b79b.tar.gz
liburi-perl: update to 1.5.5
Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl/liburi-perl_1.55.bb')
-rw-r--r--recipes/perl/liburi-perl_1.55.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/perl/liburi-perl_1.55.bb b/recipes/perl/liburi-perl_1.55.bb
new file mode 100644
index 0000000000..1f602e235e
--- /dev/null
+++ b/recipes/perl/liburi-perl_1.55.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Manipulates and accesses URI strings"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+RDEPENDS_${PN} += " perl-module-extutils-makemaker perl-module-mime-base64"
+PR = "r4"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/URI-${PV}.tar.gz"
+
+S = "${WORKDIR}/URI-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"
+
+PACKAGE_ARCH = "all"
+
+SRC_URI[md5sum] = "e66a2ab45da92a2c5f67a495c88999f5"
+SRC_URI[sha256sum] = "34ece72deedebfe7d52da90990e49d79e7c62319837def69ed943316bfb74291"