diff options
author | Maxin B. John <maxin.john@enea.com> | 2013-09-02 13:36:10 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:27 +0100 |
commit | b843f7c359c3de179ee450e66c3eced59f1915d1 (patch) | |
tree | 9b1a6bd5a0e7494fc3d0e2dc14a2fb62d2e2b915 /meta | |
parent | 9877df030918b654e45f7d699cc6ff7314970f6f (diff) | |
download | poky-b843f7c359c3de179ee450e66c3eced59f1915d1.tar.gz |
sqlite3: update to version 3.8.0.1
Upgrade to latest version 3.8.0.1
(From OE-Core rev: b08de5ea62e34ac697a2911cf47b0eed42f1d7c0)
Signed-off-by: Maxin B. John <maxin.john@enea.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3080001.bb (renamed from meta/recipes-support/sqlite/sqlite3_3071700.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3071700.bb b/meta/recipes-support/sqlite/sqlite3_3080001.bb index 113e8ce5f4..692e56adfa 100644 --- a/meta/recipes-support/sqlite/sqlite3_3071700.bb +++ b/meta/recipes-support/sqlite/sqlite3_3080001.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] = "18c285053e9562b848209cb0ee16d4ab" | 7 | SRC_URI[md5sum] = "ee32c96e5db6c6d651c7c9b71082cf7c" |
8 | SRC_URI[sha256sum] = "8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf" | 8 | SRC_URI[sha256sum] = "1d92ccfca5629701b207e57e86fdf0a01d8dca61c60e1246f92ec8d87408cf36" |
9 | 9 | ||
10 | S = "${WORKDIR}/sqlite-autoconf-${PV}" | 10 | S = "${WORKDIR}/sqlite-autoconf-${PV}" |