diff options
author | Jason Schonberg <schonm@gmail.com> | 2025-05-05 14:10:10 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-05 15:46:00 -0700 |
commit | 05c2ec5d430cc98143a95fa3bee6078f9b386d9d (patch) | |
tree | 0b64cbbf8b1ca9115dc7fb0ea2ec6c82a725769d | |
parent | eef92bc2897746e3c6a1a0baf45c9035f2426c6f (diff) | |
download | meta-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 \ | |||
4 | of functions, variables and conventions that provide a consistent \ | 4 | of functions, variables and conventions that provide a consistent \ |
5 | database interface independent of the actual database being used. \ | 5 | database interface independent of the actual database being used. \ |
6 | " | 6 | " |
7 | HOMEPAGE = "http://search.cpan.org/dist/DBI/" | 7 | HOMEPAGE = "https://metacpan.org/dist/DBI" |
8 | SECTION = "libs" | 8 | SECTION = "libs" |
9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 9 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65f65488c774efe1da488e36ad6c4a36" | 10 | LIC_FILES_CHKSUM = "file://LICENSE;md5=65f65488c774efe1da488e36ad6c4a36" |
11 | 11 | ||
12 | SRC_URI = "https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBI-${PV}.tar.gz" | 12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz" |
13 | SRC_URI[sha256sum] = "53ab32ac8c30295a776dde658df22be760936cdca5a3c003a23bda6d829fa184" | 13 | SRC_URI[sha256sum] = "0df16af8e5b3225a68b7b592ab531004ddb35a9682b50300ce50174ad867d9aa" |
14 | 14 | ||
15 | S = "${WORKDIR}/DBI-${PV}" | 15 | S = "${WORKDIR}/DBI-${PV}" |
16 | 16 | ||