diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-01-19 11:40:50 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-20 11:57:29 +0000 |
commit | 1039ad104eb22ee358889f2c9cf90ae8467c8d39 (patch) | |
tree | 1daabeecc190a0cd60085eed5dcb38d35431ac38 /meta/recipes-support/sqlite | |
parent | c87a3b92ace07edb4ab46432523e96e22f7c166d (diff) | |
download | poky-1039ad104eb22ee358889f2c9cf90ae8467c8d39.tar.gz |
sqlite: update 3.37.1 -> 3.37.2
(From OE-Core rev: e77c5d7ca59545f99d3bbacd0bac13df061b9a40)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.37.2.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.37.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.37.1.bb b/meta/recipes-support/sqlite/sqlite3_3.37.2.bb index a13cca633a..56364b4828 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.37.1.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.37.2.bb | |||
@@ -3,8 +3,8 @@ require sqlite3.inc | |||
3 | LICENSE = "PD" | 3 | 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/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz" | 6 | SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz" |
7 | SRC_URI[sha256sum] = "40f22a13bf38bbcd4c7ac79bcfb42a72d5aa40930c1f3f822e30ccce295f0f2e" | 7 | SRC_URI[sha256sum] = "4089a8d9b467537b3f246f217b84cd76e00b1d1a971fe5aca1e30e230e46b2d8" |
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_WHITELIST += "CVE-2019-19242" | 10 | CVE_CHECK_WHITELIST += "CVE-2019-19242" |