From 0e831c2bf6afd00d585ef2000ad3550b8f7c4b64 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 23 May 2017 17:30:38 -0400 Subject: libdbd-sqlite-perl: update to version 1.54 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-perl/libdb/libdbd-sqlite-perl_1.50.bb | 39 ---------------------- .../recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb | 39 ++++++++++++++++++++++ 2 files changed, 39 insertions(+), 39 deletions(-) delete mode 100644 meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.50.bb create mode 100644 meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb (limited to 'meta-perl/recipes-perl') diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.50.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.50.bb deleted file mode 100644 index 68bfd66fb7..0000000000 --- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.50.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = "A Perl DBI driver for SQLite" -DESCRIPTION = "DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire \ -thing in the distribution. So in order to get a fast transaction capable \ -RDBMS working for your perl project you simply have to install this \ -module, and nothing else. \ -" -HOMEPAGE = "http://search.cpan.org/~ishigaki/DBD-SQLite/" - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" -DEPENDS += "libdbi-perl-native" -RDEPENDS_${PN} += "libdbi-perl \ - sqlite3 \ - perl-module-constant \ - perl-module-locale \ - perl-module-tie-hash \ -" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=1726e2117494ba3e13e1c3d93f795360" - -SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \ - file://sqlite-perl-test.pl \ -" - -SRC_URI[md5sum] = "d56eebfb5f2a14be9413b025e7dca9fe" -SRC_URI[sha256sum] = "3ac513ab73944fd7d4b672e1fe885dc522b6369d38f46a68e67e0045bf159ce1" - -S = "${WORKDIR}/DBD-SQLite-${PV}" - -inherit cpan - -BBCLASSEXTEND = "native" - -do_install_append() { - if [ ${PERL_DBM_TEST} = "1" ]; then - install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl - fi -} - diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb new file mode 100644 index 0000000000..0b27b5cb1c --- /dev/null +++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.54.bb @@ -0,0 +1,39 @@ +SUMMARY = "A Perl DBI driver for SQLite" +DESCRIPTION = "DBD::SQLite is a Perl DBI driver for SQLite, that includes the entire \ +thing in the distribution. So in order to get a fast transaction capable \ +RDBMS working for your perl project you simply have to install this \ +module, and nothing else. \ +" +HOMEPAGE = "http://search.cpan.org/~ishigaki/DBD-SQLite/" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" +DEPENDS += "libdbi-perl-native" +RDEPENDS_${PN} += "libdbi-perl \ + sqlite3 \ + perl-module-constant \ + perl-module-locale \ + perl-module-tie-hash \ +" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=1726e2117494ba3e13e1c3d93f795360" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \ + file://sqlite-perl-test.pl \ +" + +SRC_URI[md5sum] = "8f835ddacb9a4a92a52bbe2d24d18a8e" +SRC_URI[sha256sum] = "3929a6dbd8d71630f0cb57f85dcef9588cd7ac4c9fa12db79df77b9d3a4d7269" + +S = "${WORKDIR}/DBD-SQLite-${PV}" + +inherit cpan + +BBCLASSEXTEND = "native" + +do_install_append() { + if [ ${PERL_DBM_TEST} = "1" ]; then + install -m 755 -D ${WORKDIR}/sqlite-perl-test.pl ${D}/${bindir}/sqlite-perl-test.pl + fi +} + -- cgit 1.2.3-korg