From 05c2ec5d430cc98143a95fa3bee6078f9b386d9d Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Mon, 5 May 2025 14:10:10 -0400 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../perl/{libdbi-perl_1.646.bb => libdbi-perl_1.647.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta-oe/recipes-devtools/perl/{libdbi-perl_1.646.bb => libdbi-perl_1.647.bb} (88%) diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb similarity index 88% rename from meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb rename to 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 \ 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/" +HOMEPAGE = "https://metacpan.org/dist/DBI" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=65f65488c774efe1da488e36ad6c4a36" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBI-${PV}.tar.gz" -SRC_URI[sha256sum] = "53ab32ac8c30295a776dde658df22be760936cdca5a3c003a23bda6d829fa184" +SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz" +SRC_URI[sha256sum] = "0df16af8e5b3225a68b7b592ab531004ddb35a9682b50300ce50174ad867d9aa" S = "${WORKDIR}/DBI-${PV}"