summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Schonberg <schonm@gmail.com>2025-05-05 14:10:10 -0400
committerKhem Raj <raj.khem@gmail.com>2025-05-05 15:46:00 -0700
commit05c2ec5d430cc98143a95fa3bee6078f9b386d9d (patch)
tree0b64cbbf8b1ca9115dc7fb0ea2ec6c82a725769d
parenteef92bc2897746e3c6a1a0baf45c9035f2426c6f (diff)
downloadmeta-openembedded-05c2ec5d430cc98143a95fa3bee6078f9b386d9d.tar.gz
libdbi-perl: upgrade 1.646 -> 1.647
Changelog: =========== * Spellcheck * Fix Makefile rules for Changes (Windows case issue) * Another example to bind columns (issue#159) * Fix fetchall_arrayref for undefined NAME (issue#156) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb (renamed from meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb
index 947353c17c..f70f737ba2 100644
--- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb
+++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb
@@ -4,13 +4,13 @@ DESCRIPTION = "DBI is a database access Application Programming Interface \
4of functions, variables and conventions that provide a consistent \ 4of functions, variables and conventions that provide a consistent \
5database interface independent of the actual database being used. \ 5database interface independent of the actual database being used. \
6" 6"
7HOMEPAGE = "http://search.cpan.org/dist/DBI/" 7HOMEPAGE = "https://metacpan.org/dist/DBI"
8SECTION = "libs" 8SECTION = "libs"
9LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 9LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
10LIC_FILES_CHKSUM = "file://LICENSE;md5=65f65488c774efe1da488e36ad6c4a36" 10LIC_FILES_CHKSUM = "file://LICENSE;md5=65f65488c774efe1da488e36ad6c4a36"
11 11
12SRC_URI = "https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBI-${PV}.tar.gz" 12SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz"
13SRC_URI[sha256sum] = "53ab32ac8c30295a776dde658df22be760936cdca5a3c003a23bda6d829fa184" 13SRC_URI[sha256sum] = "0df16af8e5b3225a68b7b592ab531004ddb35a9682b50300ce50174ad867d9aa"
14 14
15S = "${WORKDIR}/DBI-${PV}" 15S = "${WORKDIR}/DBI-${PV}"
16 16