diff options
-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" | |||
12 | SQLITE_PV = "${@sqlite_download_version(d)}" | 12 | SQLITE_PV = "${@sqlite_download_version(d)}" |
13 | SRC_URI = "http://www.sqlite.org/2015/sqlite-autoconf-${SQLITE_PV}.tar.gz" | 13 | SRC_URI = "http://www.sqlite.org/2015/sqlite-autoconf-${SQLITE_PV}.tar.gz" |
14 | 14 | ||
15 | SRC_URI[md5sum] = "cd0f883b2ddfc29e8e1bbbbd8e85f555" | 15 | SRC_URI[md5sum] = "bc4eb5b3fc5cfcb6e059794306cac1ca" |
16 | SRC_URI[sha256sum] = "a324143f4cc35cd7e9605a0a8dec9f9e4861d0be8305f3642e7d05008b77e60d" | 16 | SRC_URI[sha256sum] = "064c0abe9c9177534d4c770bca7a5902f9924b629ac886b4c08956be6dfbc36b" |
17 | 17 | ||
18 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" | 18 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" |
19 | 19 | ||
20 | # Provide column meta-data API | 20 | # Provide column meta-data API |
21 | BUILD_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA" | 21 | BUILD_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA" |
22 | TARGET_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA" | 22 | TARGET_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA" |
23 | |||