diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-04-18 17:30:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-26 10:05:12 +0100 |
commit | 74b77be8200f6374681a9f4fdcab6d1648a3c0e5 (patch) | |
tree | 64ca97bf92da936f7da359b48b2dfedd82d08af3 | |
parent | 6acd250977cd6d76da68d495abc004d427cbdc2f (diff) | |
download | poky-74b77be8200f6374681a9f4fdcab6d1648a3c0e5.tar.gz |
sqlite3: Upgrade to 3.7.11
(From OE-Core rev: 2529511030e8708134c465c7ae3bfd24b8025263)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.7.10.bb | 11 | ||||
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.7.11.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.10.bb b/meta/recipes-support/sqlite/sqlite3_3.7.10.bb deleted file mode 100644 index ec6ded6d30..0000000000 --- a/meta/recipes-support/sqlite/sqlite3_3.7.10.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | PR = "r2" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
6 | |||
7 | SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3071000.tar.gz" | ||
8 | S = "${WORKDIR}/sqlite-autoconf-3071000" | ||
9 | |||
10 | SRC_URI[md5sum] = "9ed2ca93577b58cfa0d01f64b9312ab9" | ||
11 | SRC_URI[sha256sum] = "9c1775057af5cc8b6cc64808b9553d77beccf3757e16ecee3bc878404d9c43e3" | ||
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.11.bb b/meta/recipes-support/sqlite/sqlite3_3.7.11.bb new file mode 100644 index 0000000000..9893e057c4 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.7.11.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
4 | |||
5 | PR = "r0" | ||
6 | |||
7 | SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3071100.tar.gz" | ||
8 | S = "${WORKDIR}/sqlite-autoconf-3071100" | ||
9 | |||
10 | SRC_URI[md5sum] = "0552d71bda98ebdcaea305cd6058221b" | ||
11 | SRC_URI[sha256sum] = "2badc75dc536249bcd68c44d2a655724285d054303251eaff9d355194cb3476b" | ||