summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-05 10:30:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-06 15:23:13 +0000
commit4739495b806ee2d82576619511cf72de7feecd67 (patch)
treedf2dd93c30d2efde9c2226602dc00a89b29593f4 /meta
parentd02220516fa7a853aee587742ada829fdb50fb9a (diff)
downloadopenembedded-core-4739495b806ee2d82576619511cf72de7feecd67.tar.gz
sqlite3: upgrade 3.39.4 -> 3.40.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.40.0.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.39.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.39.4.bb b/meta/recipes-support/sqlite/sqlite3_3.40.0.bb
index fefab16e64..82718432b5 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.39.4.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.40.0.bb
@@ -4,7 +4,7 @@ LICENSE = "PD"
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "f31d445b48e67e284cf206717cc170ab63cbe4fd7f79a82793b772285e78fdbb"
+SRC_URI[sha256sum] = "0333552076d2700c75352256e91c78bf5cd62491589ba0c69aed0a81868980e7"
# -19242 is only an issue in specific development branch commits
CVE_CHECK_IGNORE += "CVE-2019-19242"