]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite: update 3.37.1 -> 3.37.2
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 19 Jan 2022 10:40:50 +0000 (11:40 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 Jan 2022 11:57:23 +0000 (11:57 +0000)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3_3.37.2.bb [moved from meta/recipes-support/sqlite/sqlite3_3.37.1.bb with 77% similarity]

similarity index 77%
rename from meta/recipes-support/sqlite/sqlite3_3.37.1.bb
rename to meta/recipes-support/sqlite/sqlite3_3.37.2.bb
index a13cca633a7583346fb6d8aedf9aa5f37a0ed1ff..56364b4828c2fe1fc05f8a6fa3369eea1ac5d89b 100644 (file)
@@ -3,8 +3,8 @@ require sqlite3.inc
 LICENSE = "PD"
 LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
 
-SRC_URI = "http://www.sqlite.org/2021/sqlite-autoconf-${SQLITE_PV}.tar.gz"
-SRC_URI[sha256sum] = "40f22a13bf38bbcd4c7ac79bcfb42a72d5aa40930c1f3f822e30ccce295f0f2e"
+SRC_URI = "http://www.sqlite.org/2022/sqlite-autoconf-${SQLITE_PV}.tar.gz"
+SRC_URI[sha256sum] = "4089a8d9b467537b3f246f217b84cd76e00b1d1a971fe5aca1e30e230e46b2d8"
 
 # -19242 is only an issue in specific development branch commits
 CVE_CHECK_WHITELIST += "CVE-2019-19242"