mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
sqlite3: update 3.10.2 -> 3.11.0
http://www.sqlite.org/releaselog/3_11_0.html (From OE-Core rev: f92465c02ea6aef59f5e65a9eb70ebc6a5c92617) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f770a6e0c2
commit
012460d4ff
@@ -0,0 +1,11 @@
|
||||
require sqlite3.inc
|
||||
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
|
||||
|
||||
SRC_URI = "http://www.sqlite.org/2016/sqlite-autoconf-${SQLITE_PV}.tar.gz \
|
||||
file://fix-disable-static-shell.patch \
|
||||
"
|
||||
|
||||
SRC_URI[md5sum] = "a6cdc3e0a6e5087d620037ae0c48720d"
|
||||
SRC_URI[sha256sum] = "508d4dcbcf7a7181e95c717a1dc4ae3c0880b3d593be0c4b40abb6c3a0e201fb"
|
||||
Reference in New Issue
Block a user