diff options
author | Yu Ke <ke.yu@intel.com> | 2011-07-02 14:54:39 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 12:45:32 +0100 |
commit | 9415924940917ffdfba65420aaf78bcf4194d161 (patch) | |
tree | ab70fbee2ba3240b64f9ffdb6193a1bda1408c46 /meta/recipes-support/sqlite | |
parent | 41d0d420ea05a1a3b1a3f3913352ea3095e70e09 (diff) | |
download | poky-9415924940917ffdfba65420aaf78bcf4194d161.tar.gz |
sqlite: upgrade from 3.7.6.2 to 3.7.7.1
(From OE-Core rev: 9b6efd1f10f544f4f8251c10fa5994402d0ec317)
Signed-off-by: Yu Ke <ke.yu@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.6.2.bb | 10 | ||||
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb b/meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb deleted file mode 100644 index 34d1653c6e..0000000000 --- a/meta/recipes-support/sqlite/sqlite3_3.7.6.2.bb +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
4 | |||
5 | SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070602.tar.gz" | ||
6 | S = "${WORKDIR}/sqlite-autoconf-3070602" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI[md5sum] = "f16c08617968b4087b3d591fd575f59f" | ||
10 | SRC_URI[sha256sum] = "53aa66f30d8ff87230d4173b7979814432b8084da77fba05992223f76593fc81" | ||
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb b/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb new file mode 100644 index 0000000000..5651c071d1 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.7.7.1.bb | |||
@@ -0,0 +1,10 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
4 | |||
5 | SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz" | ||
6 | S = "${WORKDIR}/sqlite-autoconf-3070701" | ||
7 | PR = "r0" | ||
8 | |||
9 | SRC_URI[md5sum] = "554026fe7fac47b1cf61c18d5fe43419" | ||
10 | SRC_URI[sha256sum] = "7dcc36b25f7bcbe2938d0ea2baea5b706f0af93473d02a3f612d7ab39e386edf" | ||