aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-04-06 22:48:18 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2016-04-21 21:33:17 +0200
commitcaeea00d124ed5dad089ffff21a0cc37f8d70c98 (patch)
tree5e67ab70985734da5b34834f7256c8f060848b40 /meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb
parentfa4bbb8ba25bd0234655ba014424293b1cef20cc (diff)
downloadmeta-openembedded-contrib-caeea00d124ed5dad089ffff21a0cc37f8d70c98.tar.gz
libdbi-perl: update to 1.634
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb')
-rw-r--r--meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb b/meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb
new file mode 100644
index 0000000000..0238781cbc
--- /dev/null
+++ b/meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb
@@ -0,0 +1,26 @@
+SUMMARY = "The Perl Database Interface"
+DESCRIPTION = "DBI is a database access Application Programming Interface \
+(API) for the Perl Language. The DBI API Specification defines a set \
+of functions, variables and conventions that provide a consistent \
+database interface independent of the actual database being used. \
+"
+HOMEPAGE = "http://search.cpan.org/dist/DBI/"
+SECTION = "libs"
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+RDEPENDS_${PN} = " perl-module-carp \
+ perl-module-exporter \
+ perl-module-exporter-heavy \
+ perl-module-dynaloader \
+"
+
+LIC_FILES_CHKSUM = "file://DBI.pm;beginline=8147;endline=8151;md5=d4e73f2616b2b41334cf2f7d25d827a2"
+
+SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz"
+SRC_URI[md5sum] = "4ad15a9c2cc9b68e3fe1f5cadf9cdb30"
+SRC_URI[sha256sum] = "250712f385864818abfba409420d16d9ee61f1cc73ac85159d054a5ee86d1450"
+
+S = "${WORKDIR}/DBI-${PV}"
+
+inherit cpan
+
+BBCLASSEXTEND = "native"