aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-04-25 15:31:15 +0800
committerKhem Raj <raj.khem@gmail.com>2022-04-25 11:00:43 -0700
commit8e926e200b0381179feb68f6afb54d7b33f4c969 (patch)
treeb272da60e513d00929f7945507b7daad3e8cd84b
parentbfd4f628c412c4fa6f645ac56dbb4ac001ad5575 (diff)
downloadmeta-openembedded-contrib-8e926e200b0381179feb68f6afb54d7b33f4c969.tar.gz
libdbd-sqlite-perl: upgrade 1.68 -> 1.70
Changelog: ========== - Fix doc to use the correct attribute with sqlite_ (GH#86, eekboek++) - Modify the fix to silence the sqlite_unicode warning not to check the attribute twice - Fix an encoding issue of naive (GH#83, HaraldJoerg++) - Typo (GH#85, grr++) - Silenced deprecation warning of sqlite_unicode not to break tests of existing applications Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb (renamed from meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.bb
index c7baeab6be..17ec3298c8 100644
--- a/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.68.bb
+++ b/meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.70.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] = "0e84e831a50d547d2e634b66650455f1791f223495c9138db82d42360c691e61"
+SRC_URI[sha256sum] = "40fd8ddf539e0e773a7a4e6d376794c3301459f9ab0050978bdcf97113dafe3e"
UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"