From: Aníbal Limón Date: Mon, 20 Jul 2015 19:40:00 +0000 (-0500) Subject: sqlite3: Upgrade 3.8.10.0 -> 3.8.10.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~29657 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f62f18ea3e54fd29542b328ae66b28272075d0;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sqlite3: Upgrade 3.8.10.0 -> 3.8.10.2 Minor upgrade contains fixes see [1]. [1] https://www.sqlite.org/releaselog/3_8_10_2.html Signed-off-by: Aníbal Limón Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/sqlite/sqlite3_3.8.10.0.bb b/meta/recipes-support/sqlite/sqlite3_3.8.10.2.bb similarity index 81% rename from meta/recipes-support/sqlite/sqlite3_3.8.10.0.bb rename to meta/recipes-support/sqlite/sqlite3_3.8.10.2.bb index d7f72d9abc0..c72ad50f60f 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.8.10.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.8.10.2.bb @@ -12,8 +12,8 @@ SRC_URI = "http://www.sqlite.org/2015/sqlite-autoconf-${SQLITE_PV}.tar.gz \ file://0001-using-the-dynamic-library.patch \ " -SRC_URI[md5sum] = "04d0311ef70818e8d914c1dc383eddff" -SRC_URI[sha256sum] = "c4b8f9eefbdf0b9bef2044bdc3510c8a3f3b0ddb0489661fb433034187f5a428" +SRC_URI[md5sum] = "a18bfc015cd49a1e7a961b7b77bc3b37" +SRC_URI[sha256sum] = "8382e55a4e7d853c93038562ca3dd00307937fccf1c6b65ddd813e503a56d626" S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"