[oe-commits] =?UTF-8?Q?An=C3=ADbal=20Lim=C3=B3n=20?=: sqlite3: Upgrade 3.8.10.0 -> 3.8.10.2

git at git.openembedded.org git at git.openembedded.org
Thu Jul 23 07:49:45 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: c0f62f18ea3e54fd29542b328ae66b28272075d0
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c0f62f18ea3e54fd29542b328ae66b28272075d0

Author: Aníbal Limón <anibal.limon at linux.intel.com>
Date:   Mon Jul 20 14:40:00 2015 -0500

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 <anibal.limon at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../sqlite/{sqlite3_3.8.10.0.bb => sqlite3_3.8.10.2.bb}               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 d7f72d9..c72ad50 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}"
 



More information about the Openembedded-commits mailing list