diff options
author | Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | 2013-05-22 13:45:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:14:46 +0100 |
commit | 930c541868a17fbcfa3ef34c81f0ec06e33457d4 (patch) | |
tree | 1e638243b91a1f7779e28445100948320cfd90ec /meta/recipes-support | |
parent | e2aa060920ef003ccf4697c0420360ec3f63079a (diff) | |
download | poky-930c541868a17fbcfa3ef34c81f0ec06e33457d4.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3071700.bb (renamed from meta/recipes-support/sqlite/sqlite3_3071602.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3071602.bb b/meta/recipes-support/sqlite/sqlite3_3071700.bb index 09f54f6e8e..113e8ce5f4 100644 --- a/meta/recipes-support/sqlite/sqlite3_3071602.bb +++ b/meta/recipes-support/sqlite/sqlite3_3071700.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b357 | |||
4 | 4 | ||
5 | SRC_URI = "http://www.sqlite.org/2013/sqlite-autoconf-${PV}.tar.gz" | 5 | SRC_URI = "http://www.sqlite.org/2013/sqlite-autoconf-${PV}.tar.gz" |
6 | 6 | ||
7 | SRC_URI[md5sum] = "ce7d2bc0d9b8dd18995b888c6b0b220f" | 7 | SRC_URI[md5sum] = "18c285053e9562b848209cb0ee16d4ab" |
8 | SRC_URI[sha256sum] = "1d7e6937c19fc5de1c0cdb392638296e4a6d8b158001dbb421e257dfb6f088db" | 8 | SRC_URI[sha256sum] = "8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf" |
9 | 9 | ||
10 | S = "${WORKDIR}/sqlite-autoconf-${PV}" | 10 | S = "${WORKDIR}/sqlite-autoconf-${PV}" |