]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: upgrade to 3.17.0
authorMaxin B. John <maxin.john@intel.com>
Tue, 21 Feb 2017 11:55:06 +0000 (13:55 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 12:54:16 +0000 (12:54 +0000)
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.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/sqlite/sqlite3_3.17.0.bb [moved from meta/recipes-support/sqlite/sqlite3_3.16.2.bb with 59% similarity]

similarity index 59%
rename from meta/recipes-support/sqlite/sqlite3_3.16.2.bb
rename to meta/recipes-support/sqlite/sqlite3_3.17.0.bb
index cfbe198c88d1f1b086e49a910828eb0c6503dde5..593cb3202abe4244bf573ba514176d3e5564d46f 100644 (file)
@@ -6,6 +6,5 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b357
 SRC_URI = "\
   http://www.sqlite.org/2017/sqlite-autoconf-${SQLITE_PV}.tar.gz \
   "
-SRC_URI[md5sum] = "5a153ef1fd2fa5845ada74deabc68e32"
-SRC_URI[sha256sum] = "65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615"
-
+SRC_URI[md5sum] = "450a95a7bde697c9fe4de9ae2fffdcca"
+SRC_URI[sha256sum] = "a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c"