mirror of
https://git.yoctoproject.org/poky
synced 2026-03-02 21:39:40 +01:00
(From OE-Core rev: c0c66d213b4b6deb0a5e9a688810d2e9674d3ecf) Signed-off-by: Shubham Agrawal <shuagr@microsoft.com> [Cleaned up patch] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
14 lines
443 B
BlitzBasic
14 lines
443 B
BlitzBasic
require sqlite3.inc
|
|
|
|
LICENSE = "PD"
|
|
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=786d3dc581eff03f4fd9e4a77ed00c66"
|
|
|
|
SRC_URI = "\
|
|
http://www.sqlite.org/2018/sqlite-autoconf-${SQLITE_PV}.tar.gz \
|
|
file://CVE-2018-20505.patch \
|
|
file://CVE-2018-20506.patch \
|
|
file://CVE-2019-8457.patch \
|
|
"
|
|
SRC_URI[md5sum] = "99a51b40a66872872a91c92f6d0134fa"
|
|
SRC_URI[sha256sum] = "92842b283e5e744eff5da29ed3c69391de7368fccc4d0ee6bf62490ce555ef25"
|