sqlite3: update to 3.7.17

build and runtime tested on armv7a

(From OE-Core rev: c1ad532977f789e6a5e0c1782d58a334f31f3d88)

Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jack Mitchell 2013-05-22 13:45:12 +01:00 committed by Richard Purdie
parent e2aa060920
commit 930c541868
1 changed files with 2 additions and 2 deletions

View 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}"