]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: update to 3.7.17
authorJack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Wed, 22 May 2013 12:45:12 +0000 (13:45 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 24 May 2013 13:07:02 +0000 (14:07 +0100)
build and runtime tested on armv7a

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-support/sqlite/sqlite3_3071700.bb [moved from meta/recipes-support/sqlite/sqlite3_3071602.bb with 60% similarity]

similarity index 60%
rename from meta/recipes-support/sqlite/sqlite3_3071602.bb
rename to meta/recipes-support/sqlite/sqlite3_3071700.bb
index 09f54f6e8ecac780b005c25faa17260c869e93ac..113e8ce5f4f2c1873c84853e619a47e15f9a6b64 100644 (file)
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b357
 
 SRC_URI = "http://www.sqlite.org/2013/sqlite-autoconf-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "ce7d2bc0d9b8dd18995b888c6b0b220f"
-SRC_URI[sha256sum] = "1d7e6937c19fc5de1c0cdb392638296e4a6d8b158001dbb421e257dfb6f088db"
+SRC_URI[md5sum] = "18c285053e9562b848209cb0ee16d4ab"
+SRC_URI[sha256sum] = "8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf"
 
 S = "${WORKDIR}/sqlite-autoconf-${PV}"