diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-11-06 14:30:21 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-05 22:45:17 -0800 |
commit | 8a98614eaf3205e0f9dbffc656859cd4dd6997c4 (patch) | |
tree | 813859495c75fd696fa18fc38896a550b1baf460 /meta-perl/recipes-perl/libdb | |
parent | e04dac483cde5449935f5dc2da0ea8e3c1ceb8f5 (diff) | |
download | meta-openembedded-8a98614eaf3205e0f9dbffc656859cd4dd6997c4.tar.gz |
libdbd-sqlite-perl: upgrade 1.74 -> 1.76
Changelog:
===========
- Switched to a production version
- Upgraded SQLite to 3.46.1
- Fix for Windows quadmath builds
- Omit load_extension if static build
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libdb')
-rw-r--r-- | meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb (renamed from meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb index e5483e8c26..8425607eeb 100644 --- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb +++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb | |||
@@ -14,7 +14,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \ | |||
14 | file://sqlite-perl-test.pl \ | 14 | file://sqlite-perl-test.pl \ |
15 | " | 15 | " |
16 | 16 | ||
17 | SRC_URI[sha256sum] = "8994997d84b9feb4547795f78746c661fb72e3cb6a25dbdd789b731f5688a4dd" | 17 | SRC_URI[sha256sum] = "0a33a7a935be63371071dbe600cfaefa67cd971b67580a917bbf6ebaf723c584" |
18 | 18 | ||
19 | UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" | 19 | UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar" |
20 | 20 | ||