diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-02-21 13:55:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:06 +0000 |
commit | 27397190718922e20920895678b172ff5cdaba69 (patch) | |
tree | 00ca9c5c73f01505af2b8f82d3f9391b328489fe /meta/recipes-support/sqlite | |
parent | 30b2044de65665470a95e33e934816c0caa91325 (diff) | |
download | poky-27397190718922e20920895678b172ff5cdaba69.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.17.0.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.16.2.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.16.2.bb b/meta/recipes-support/sqlite/sqlite3_3.17.0.bb index cfbe198c88..593cb3202a 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.16.2.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.17.0.bb | |||
@@ -6,6 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b357 | |||
6 | SRC_URI = "\ | 6 | SRC_URI = "\ |
7 | http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \ | 7 | http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \ |
8 | " | 8 | " |
9 | SRC_URI[md5sum] = "5a153ef1fd2fa5845ada74deabc68e32" | 9 | SRC_URI[md5sum] = "450a95a7bde697c9fe4de9ae2fffdcca" |
10 | SRC_URI[sha256sum] = "65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615" | 10 | SRC_URI[sha256sum] = "a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c" |
11 | |||