aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/perl
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-10 19:20:29 +0200
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-09-10 19:20:29 +0200
commite9c03d628efbe37ebf96744fb31c44320e9128e7 (patch)
tree4492457ea7c11087bfb9063afc23954a334a69a4 /recipes/perl
parentb3c0b957fa3a56f16176dffce2c7b35c89ed5028 (diff)
downloadopenembedded-e9c03d628efbe37ebf96744fb31c44320e9128e7.tar.gz
libtask-weaken-perl_1.03.bb: new recipe
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/perl')
-rw-r--r--recipes/perl/libtask-weaken-perl_1.03.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/perl/libtask-weaken-perl_1.03.bb b/recipes/perl/libtask-weaken-perl_1.03.bb
new file mode 100644
index 0000000000..80fa8e7489
--- /dev/null
+++ b/recipes/perl/libtask-weaken-perl_1.03.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Task::Weaken - Ensure that a platform has weaken support"
+SECTION = "libs"
+LICENSE = "Artistic|GPL"
+HOMEPAGE = "http://www.xmltwig.com/"
+PR = "r0"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/Task-Weaken-${PV}.tar.gz"
+SRC_URI[md5sum] = "056ce36c576450d22e6b23b4dbfacd02"
+SRC_URI[sha256sum] = "fb1de84c81c523147f4007c559d3ac38fa474b2999f68b14387bb67e061ca8d0"
+
+S = "${WORKDIR}/Task-Weaken-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND="native"