[OE-core] [PATCH 7/7] sqlite3: Upgrade to 2.8.6.0

Saul Wold sgw at linux.intel.com
Tue Aug 19 14:49:13 UTC 2014


Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 .../sqlite/{sqlite3_3.8.5.0.bb => sqlite3_3.8.6.0.bb}               | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-support/sqlite/{sqlite3_3.8.5.0.bb => sqlite3_3.8.6.0.bb} (80%)

diff --git a/meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb b/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb
similarity index 80%
rename from meta/recipes-support/sqlite/sqlite3_3.8.5.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb
index 244816b..32f60eb 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"
 SQLITE_PV = "${@sqlite_download_version(d)}"
 SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${SQLITE_PV}.tar.gz"
 
-S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
+SRC_URI[md5sum] = "f7e4a156b583abeba349629e2364224b"
+SRC_URI[sha256sum] = "53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95"
 
-SRC_URI[md5sum] = "0544ef6d7afd8ca797935ccc2685a9ed"
-SRC_URI[sha256sum] = "98c33abe4106e508e73fda648b2657ac9e969fe24695f543dcde68cc71f3091b"
+S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"
 
 # Provide column meta-data API
 BUILD_CFLAGS += "-DSQLITE_ENABLE_COLUMN_METADATA"
-- 
1.8.3.1




More information about the Openembedded-core mailing list