diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2015-11-20 13:28:56 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:31:00 +0000 |
commit | dca2138b4f2adbee452a48c2c6561d8ba295c842 (patch) | |
tree | 5e66640ddae3215869c0ac676538d4233c59f0c5 | |
parent | 7b1fde3f65b674f5973800731c0c284f7d415248 (diff) | |
download | openembedded-core-dca2138b4f2adbee452a48c2c6561d8ba295c842.tar.gz openembedded-core-dca2138b4f2adbee452a48c2c6561d8ba295c842.tar.bz2 openembedded-core-dca2138b4f2adbee452a48c2c6561d8ba295c842.zip |
sqlite3: update 3.9.0 -> 3.9.2
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.9.2.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.9.0.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.9.0.bb b/meta/recipes-support/sqlite/sqlite3_3.9.2.bb index 50531ba9dd..83685e0fa3 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.9.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.9.2.bb @@ -12,12 +12,11 @@ PE = "3" SQLITE_PV = "${@sqlite_download_version(d)}" SRC_URI = "http://www.sqlite.org/2015/sqlite-autoconf-${SQLITE_PV}.tar.gz" -SRC_URI[md5sum] = "cd0f883b2ddfc29e8e1bbbbd8e85f555" -SRC_URI[sha256sum] = "a324143f4cc35cd7e9605a0a8dec9f9e4861d0be8305f3642e7d05008b77e60d" +SRC_URI[md5sum] = "bc4eb5b3fc5cfcb6e059794306cac1ca" +SRC_URI[sha256sum] = "064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b" S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" # Provide column meta-data API BUILD_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA" TARGET_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA" - |