From 26be6da1b66f5b0c76f637becd8dd00cc64c0033 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 6 Apr 2016 22:48:18 -0400 Subject: libdbi-perl: update to 1.634 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-perl/recipes-perl/libdb/libdbi-perl_1.628.bb | 26 ----------------------- meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb | 26 +++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-perl/recipes-perl/libdb/libdbi-perl_1.628.bb create mode 100644 meta-perl/recipes-perl/libdb/libdbi-perl_1.634.bb (limited to 'meta-perl/recipes-perl') diff --git a/meta-perl/recipes-perl/libdb/libdbi-perl_1.628.bb b/meta-perl/recipes-perl/libdb/libdbi-perl_1.628.bb deleted file mode 100644 index 38bdf614bb..0000000000 --- a/meta-perl/recipes-perl/libdb/libdbi-perl_1.628.bb +++ /dev/null @@ -1,26 +0,0 @@ -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=7d9e154a9ca3c093d2422f7c692d5861" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TI/TIMB/DBI-${PV}.tar.gz" -SRC_URI[md5sum] = "4273f8cc6ee3979ce448c7eb3f8a6a5a" -SRC_URI[sha256sum] = "46c834f4ba1b28c8d8a2db8095835a67fc69a9585761523aea3a74437a969b52" - -S = "${WORKDIR}/DBI-${PV}" - -inherit cpan - -BBCLASSEXTEND = "native" 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" -- cgit 1.2.3-korg