diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-06-24 17:13:11 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-25 13:51:46 +0100 |
commit | 1bcd736e736cef81875f4310aed309d1e7690f66 (patch) | |
tree | 7fd4de6fa6cc6e0180ceab1d73fecca47b4aefe8 | |
parent | 02a6b7b205bb928b778b88a17e7c86bcbc74b069 (diff) | |
download | poky-1bcd736e736cef81875f4310aed309d1e7690f66.tar.gz |
sqlite3: Update to 3.8.5.0
(From OE-Core rev: 6b3ac5de53417f130f5335b88aa78f1bd655c4e0)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.8.4.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.8.4.3.bb b/meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb index 938829780a..244816bb9b 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.8.4.3.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${SQLITE_PV}.tar.gz" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" | 13 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "0f5459cde43cb269e5120ecd2c671ced" | 15 | SRC_URI[md5sum] = "0544ef6d7afd8ca797935ccc2685a9ed" |
16 | SRC_URI[sha256sum] = "e0e995e23a324a5d6ae95d8a836240382a4d7475d09707fc469c8cafcbd48d65" | 16 | SRC_URI[sha256sum] = "98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b" |
17 | 17 | ||
18 | # Provide column meta-data API | 18 | # Provide column meta-data API |
19 | BUILD_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA" | 19 | BUILD_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA" |