diff options
author | Saul Wold <sgw@linux.intel.com> | 2014-08-19 07:49:13 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:09 +0100 |
commit | 6a6f50b7f1260e9c27c07d7784685c78dc4af33b (patch) | |
tree | e80c5216ac3bf23545c497470342151bae64fc41 /meta/recipes-support/sqlite | |
parent | 1fb5d64a84d072dbbf36c9d8fe65098c138c4b0d (diff) | |
download | poky-6a6f50b7f1260e9c27c07d7784685c78dc4af33b.tar.gz |
sqlite3: Upgrade to 2.8.6.0
(From OE-Core rev: 6328e7dcd93714ae81fe6d9d5dc92a1efb07fe39)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb b/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb index 244816bb9b..32f60ebbeb 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb | |||
@@ -10,10 +10,10 @@ PE = "3" | |||
10 | SQLITE_PV = "${@sqlite_download_version(d)}" | 10 | SQLITE_PV = "${@sqlite_download_version(d)}" |
11 | SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${SQLITE_PV}.tar.gz" | 11 | SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${SQLITE_PV}.tar.gz" |
12 | 12 | ||
13 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" | 13 | SRC_URI[md5sum] = "f7e4a156b583abeba349629e2364224b" |
14 | SRC_URI[sha256sum] = "53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95" | ||
14 | 15 | ||
15 | SRC_URI[md5sum] = "0544ef6d7afd8ca797935ccc2685a9ed" | 16 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" |
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" |