mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
sqlite3: upgrade to 3.17.0
3.16.2 -> 3.17.0 * Approximately 25% better performance from the R-Tree extension. * Other performance improvements. Uses about 6.5% fewer CPU cycles. (From OE-Core rev: 2ecc3dc9cb11feb6804ec08d1b7b1470f01aadbe) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
30b2044de6
commit
2739719071
@@ -0,0 +1,10 @@
|
||||
require sqlite3.inc
|
||||
|
||||
LICENSE = "PD"
|
||||
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
|
||||
|
||||
SRC_URI = "\
|
||||
http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \
|
||||
"
|
||||
SRC_URI[md5sum] = "450a95a7bde697c9fe4de9ae2fffdcca"
|
||||
SRC_URI[sha256sum] = "a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c"
|
||||
Reference in New Issue
Block a user