diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-02-27 00:49:03 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-28 12:27:48 +0000 |
commit | 9a3d725780cd2777a71c5e91815b0218c4d2c79a (patch) | |
tree | 98719e31f38be1e694449a3478a0743aa3fde477 /meta/recipes-support/sqlite | |
parent | d6e0cbc08743ef88b031ef6402908f45c6113b47 (diff) | |
download | poky-9a3d725780cd2777a71c5e91815b0218c4d2c79a.tar.gz |
sqlite3: Update to version 3.7.10
(From OE-Core rev: faf0fd34c65f2f715aad26676b4af74a2badabd6)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.7.10.bb | 11 | ||||
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.7.9.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 new file mode 100644 index 0000000000..763878b51f --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.7.10.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | PR = "r0" | ||
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.9.bb b/meta/recipes-support/sqlite/sqlite3_3.7.9.bb deleted file mode 100644 index 8f7348d10b..0000000000 --- a/meta/recipes-support/sqlite/sqlite3_3.7.9.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | PR = "r1" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
6 | |||
7 | SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070900.tar.gz" | ||
8 | S = "${WORKDIR}/sqlite-autoconf-3070900" | ||
9 | |||
10 | SRC_URI[md5sum] = "dce303524736fe89a76b8ed29d566352" | ||
11 | SRC_URI[sha256sum] = "7be6cdb375505e5d9a4aee88b2ddb6ea0d9d29c9545114ff77b345e1fa812439" | ||