diff options
| author | Jack Mitchell <jack.mitchell@dbbroadcast.co.uk> | 2013-05-22 13:45:12 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-24 14:14:46 +0100 |
| commit | 930c541868a17fbcfa3ef34c81f0ec06e33457d4 (patch) | |
| tree | 1e638243b91a1f7779e28445100948320cfd90ec /meta/recipes-support/sqlite/sqlite3_3071602.bb | |
| parent | e2aa060920ef003ccf4697c0420360ec3f63079a (diff) | |
| download | poky-930c541868a17fbcfa3ef34c81f0ec06e33457d4.tar.gz | |
sqlite3: update to 3.7.17
build and runtime tested on armv7a
(From OE-Core rev: c1ad532977f789e6a5e0c1782d58a334f31f3d88)
Signed-off-by: Jack Mitchell <jack.mitchell@dbbroadcast.co.uk>
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_3071602.bb')
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3_3071602.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3_3071602.bb b/meta/recipes-support/sqlite/sqlite3_3071602.bb deleted file mode 100644 index 09f54f6e8e..0000000000 --- a/meta/recipes-support/sqlite/sqlite3_3071602.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/2013/sqlite-autoconf-${PV}.tar.gz" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "ce7d2bc0d9b8dd18995b888c6b0b220f" | ||
| 8 | SRC_URI[sha256sum] = "1d7e6937c19fc5de1c0cdb392638296e4a6d8b158001dbb421e257dfb6f088db" | ||
| 9 | |||
| 10 | S = "${WORKDIR}/sqlite-autoconf-${PV}" | ||
