mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
sqlite3: upgrade 3.42.0 -> 3.43.0
Changelog: ========== -Add support for Contentless-Delete FTS5 Indexes. -Enhancements to the date and time functions: -Added the octet_length(X) SQL function. -Added the sqlite3_stmt_explain() API. (From OE-Core rev: d398efb21ec8a67f6b52ba27fd5eb8e85e851b15) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5b3d73ee71
commit
84bd7580d4
8
meta/recipes-support/sqlite/sqlite3_3.43.0.bb
Normal file
8
meta/recipes-support/sqlite/sqlite3_3.43.0.bb
Normal file
@@ -0,0 +1,8 @@
|
||||
require sqlite3.inc
|
||||
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
|
||||
|
||||
SRC_URI = "http://www.sqlite.org/2023/sqlite-autoconf-${SQLITE_PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1"
|
||||
|
||||
Reference in New Issue
Block a user