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
@@ -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}"
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> --- .../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%)