summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-06-22 13:21:23 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-26 11:27:16 +0100
commit73546784a240f65065b44c41474bb62e56f8d689 (patch)
treefe69966a464577a27b52d10068cb8c5618fb9409 /meta
parent0c78da38f10a249b817e17e500783670bd72fd52 (diff)
downloadpoky-73546784a240f65065b44c41474bb62e56f8d689.tar.gz
sqlite3: upgrade 3.35.5 -> 3.36.0
(From OE-Core rev: 118564912d65135e971778eac16667a40fd062b4) (From OE-Core rev: 70da06a05972af2953ce57042aaa605281685030) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/sqlite/sqlite3_3.36.0.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.35.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.35.5.bb b/meta/recipes-support/sqlite/sqlite3_3.36.0.bb
index d74a6210d5..f5d75e8e4c 100644
--- a/meta/recipes-support/sqlite/sqlite3_3.35.5.bb
+++ b/meta/recipes-support/sqlite/sqlite3_3.36.0.bb
@@ -4,7 +4,7 @@ LICENSE = "PD"
4LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66" 4LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
5 5
6SRC_URI = "http://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz" 6SRC_URI = "http://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz"
7SRC_URI[sha256sum] = "f52b72a5c319c3e516ed7a92e123139a6e87af08a2dc43d7757724f6132e6db0" 7SRC_URI[sha256sum] = "bd90c3eb96bee996206b83be7065c9ce19aef38c3f4fb53073ada0d0b69bbce3"
8 8
9# -19242 is only an issue in specific development branch commits 9# -19242 is only an issue in specific development branch commits
10CVE_CHECK_WHITELIST += "CVE-2019-19242" 10CVE_CHECK_WHITELIST += "CVE-2019-19242"