From 8a98614eaf3205e0f9dbffc656859cd4dd6997c4 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Nov 2024 14:30:21 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- .../{libdbd-sqlite-perl_1.74.bb => libdbd-sqlite-perl_1.76.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libdb/{libdbd-sqlite-perl_1.74.bb => libdbd-sqlite-perl_1.76.bb} (94%) 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 similarity index 94% rename from meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb rename to 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 \ file://sqlite-perl-test.pl \ " -SRC_URI[sha256sum] = "8994997d84b9feb4547795f78746c661fb72e3cb6a25dbdd789b731f5688a4dd" +SRC_URI[sha256sum] = "0a33a7a935be63371071dbe600cfaefa67cd971b67580a917bbf6ebaf723c584" UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P(\d+\.\d+))(?!_\d+).tar"