aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-02-21 13:55:06 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 12:54:16 +0000
commit2ecc3dc9cb11feb6804ec08d1b7b1470f01aadbe (patch)
treeb4eb8002bd96c3d90ccbd7b8db096538b9bcd181 /meta/recipes-support/sqlite
parent2eaadc5464e3340359b626026d80afb6bc01d3f1 (diff)
downloadopenembedded-core-contrib-2ecc3dc9cb11feb6804ec08d1b7b1470f01aadbe.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. Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
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
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"
154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202