diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-11-14 14:21:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-20 15:31:55 +0000 |
commit | da3ac77b540d02129f42abbb74fb0a4ef8defc77 (patch) | |
tree | 509fc218bd338c4b204a61864260fe426cca5d97 /meta/recipes-support/sqlite | |
parent | 12bfb5b9e7b33671f2f00cb50b12d98d6d698b6e (diff) | |
download | poky-da3ac77b540d02129f42abbb74fb0a4ef8defc77.tar.gz |
sqlite3: Update to 3.7.14.1
[YOCTO #3283]
(From OE-Core rev: 141ec5567de19d740e147786e25e17dd10e68001)
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.13.bb | 11 | ||||
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.7.14.1.bb | 11 |
2 files changed, 11 insertions, 11 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.13.bb b/meta/recipes-support/sqlite/sqlite3_3.7.13.bb deleted file mode 100644 index 48b50ac475..0000000000 --- a/meta/recipes-support/sqlite/sqlite3_3.7.13.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | require sqlite3.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0" | ||
4 | |||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3071300.tar.gz" | ||
8 | S = "${WORKDIR}/sqlite-autoconf-3071300" | ||
9 | |||
10 | SRC_URI[md5sum] = "c97df403e8a3d5b67bb408fcd6aabd8e" | ||
11 | SRC_URI[sha256sum] = "ac566819f82ec4cc2ff6c5cc90987ca38e589efbd79ff263838bbc62356ab119" | ||
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.14.1.bb b/meta/recipes-support/sqlite/sqlite3_3.7.14.1.bb new file mode 100644 index 0000000000..69e011ae15 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.7.14.1.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-3071401.tar.gz" | ||
8 | S = "${WORKDIR}/sqlite-autoconf-3071401" | ||
9 | |||
10 | SRC_URI[md5sum] = "4cf3fd434bbb6e50777019ff3507bfa5" | ||
11 | SRC_URI[sha256sum] = "d46d302a63b23d9c3b80e519be12cb7d6a8d3da57bd9c119341a0aa8b3b28692" | ||