diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-12-01 13:51:33 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-02 15:14:01 +0000 |
commit | 931295c184284180bf270067664c3e972488ac63 (patch) | |
tree | 929b29d88d11ca4b429115134d27a232fb4587bd /meta/recipes-support/sqlite/sqlite3_3.7.9.bb | |
parent | be94a2f9280433bd37908e0e2b0bc763767adfd0 (diff) | |
download | poky-931295c184284180bf270067664c3e972488ac63.tar.gz |
sqlite3: Update to 3.7.9
(From OE-Core rev: e43b4fbcd28e05b3f9f4c72658f2e69701c2e0f7)
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/sqlite3_3.7.9.bb')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3.7.9.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3.7.9.bb b/meta/recipes-support/sqlite/sqlite3_3.7.9.bb new file mode 100644 index 0000000000..f6c2f9eb14 --- /dev/null +++ b/meta/recipes-support/sqlite/sqlite3_3.7.9.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-3070900.tar.gz" | ||
8 | S = "${WORKDIR}/sqlite-autoconf-3070900" | ||
9 | |||
10 | SRC_URI[md5sum] = "dce303524736fe89a76b8ed29d566352" | ||
11 | SRC_URI[sha256sum] = "7be6cdb375505e5d9a4aee88b2ddb6ea0d9d29c9545114ff77b345e1fa812439" | ||