diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-05-18 12:58:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-20 22:52:23 +0100 |
commit | 0f09c786b499f713b75cfb987e9e925998325847 (patch) | |
tree | 3d2def32e36a671dd871e9044541482c316ba873 /meta | |
parent | 403f17c5dbea721f807bfa80aee67179e0def9c0 (diff) | |
download | poky-0f09c786b499f713b75cfb987e9e925998325847.tar.gz |
sqlite3: upgrade 3.38.3 -> 3.38.5
(From OE-Core rev: e1bd414792ae2576685b2a352a5cc93343f06985)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.38.5.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.38.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.38.3.bb b/meta/recipes-support/sqlite/sqlite3_3.38.5.bb index 286987b708..d56a3a0209 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.38.3.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.38.5.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "PD" | |||
4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" | 4 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" |
5 | 5 | ||
6 | SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz" | 6 | SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz" |
7 | SRC_URI[sha256sum] = "61f2dd93a2e38c33468b7125967c3218bf9f4dd8365def6025e314f905dc942e" | 7 | SRC_URI[sha256sum] = "5af07de982ba658fd91a03170c945f99c971f6955bc79df3266544373e39869c" |
8 | 8 | ||
9 | # -19242 is only an issue in specific development branch commits | 9 | # -19242 is only an issue in specific development branch commits |
10 | CVE_CHECK_IGNORE += "CVE-2019-19242" | 10 | CVE_CHECK_IGNORE += "CVE-2019-19242" |