mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
sqlite3: Update to 3.7.15.2
(From OE-Core rev: bacdb06ed7795400ea08b25946dc94b956b7578b) (From OE-Core rev: 9a419a38f6d5beb5c174204910878370d92258d8) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
26ea367852
commit
6ff77d2847
13
meta/recipes-support/sqlite/sqlite3_3.7.15.2.bb
Normal file
13
meta/recipes-support/sqlite/sqlite3_3.7.15.2.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
require sqlite3.inc
|
||||
|
||||
SQLITE_VERSTR = "3071502"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.sqlite.org/sqlite-autoconf-${SQLITE_VERSTR}.tar.gz"
|
||||
S = "${WORKDIR}/sqlite-autoconf-${SQLITE_VERSTR}"
|
||||
|
||||
SRC_URI[md5sum] = "bcb0ab0b5b30116b2531cfeef3c861b4"
|
||||
SRC_URI[sha256sum] = "782d16b797f6ca879f6f679ba3fb6ceb54bcb0cab65feef332058bf04b36ba8c"
|
||||
Reference in New Issue
Block a user