]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: Upgrade to 3.8.7.4
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 29 Dec 2014 17:24:11 +0000 (11:24 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Dec 2014 11:38:42 +0000 (11:38 +0000)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3_3.8.7.4.bb [moved from meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb with 80% similarity]

similarity index 80%
rename from meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb
rename to meta/recipes-support/sqlite/sqlite3_3.8.7.4.bb
index 32f60ebbeb4ca52c1df02c8a3ed86ef3a0007cb9..4c73d304da329091f34a9e32d1f10bd8ae2e5428 100644 (file)
@@ -10,8 +10,8 @@ PE = "3"
 SQLITE_PV = "${@sqlite_download_version(d)}"
 SRC_URI = "http://www.sqlite.org/2014/sqlite-autoconf-${SQLITE_PV}.tar.gz"
 
-SRC_URI[md5sum] = "f7e4a156b583abeba349629e2364224b"
-SRC_URI[sha256sum] = "53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95"
+SRC_URI[md5sum] = "33bb8db0038317ce1b0480ca1185c7ba"
+SRC_URI[sha256sum] = "86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec"
 
 S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}"