diff options
author | Aníbal Limón <anibal.limon@linux.intel.com> | 2014-12-29 11:24:11 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-31 08:14:22 +0000 |
commit | fa9777bdadca3b0cc058c80dbc0307f3dc21d818 (patch) | |
tree | 1a35f199595904737d1e0d864a3c4105f558bee2 | |
parent | 1e8147a569ea67577396c42352b5d6bf8ac5ccfd (diff) | |
download | poky-fa9777bdadca3b0cc058c80dbc0307f3dc21d818.tar.gz |
sqlite3: Upgrade to 3.8.7.4
(From OE-Core rev: fc537000800e6561f0a6260ee35e23b9b5af6fdd)
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.8.7.4.bb (renamed from meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb b/meta/recipes-support/sqlite/sqlite3_3.8.7.4.bb index 32f60ebbeb..4c73d304da 100644 --- a/meta/recipes-support/sqlite/sqlite3_3.8.6.0.bb +++ b/meta/recipes-support/sqlite/sqlite3_3.8.7.4.bb | |||
@@ -10,8 +10,8 @@ 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 | SRC_URI[md5sum] = "f7e4a156b583abeba349629e2364224b" | 13 | SRC_URI[md5sum] = "33bb8db0038317ce1b0480ca1185c7ba" |
14 | SRC_URI[sha256sum] = "53bab14255bc16c3d73fdbe54b364c1764709d68dda167587f8026c98b9f4e95" | 14 | SRC_URI[sha256sum] = "86370f139405fdfe03334fd618171a74e50f589f17ccbe5933361ed1f58359ec" |
15 | 15 | ||
16 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" | 16 | S = "${WORKDIR}/sqlite-autoconf-${SQLITE_PV}" |
17 | 17 | ||