sqlite: rename version to match upstream versioning change

Upstream changed to a single grouped number, change our numbering
to match thiers.

(From OE-Core rev: 0a00a4328d3fc52ece604f268b7110ef210826a9)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2013-02-26 07:52:27 -08:00 committed by Richard Purdie
parent d1e1f19816
commit 16e8d79ba4
1 changed files with 2 additions and 4 deletions

View File

@ -1,13 +1,11 @@
require sqlite3.inc
SQLITE_VERSTR = "3071502"
LIC_FILES_CHKSUM = "file://sqlite3.h;endline=11;md5=65f0a57ca6928710b418c094b3570bb0"
PR = "r0"
SRC_URI = "http://www.sqlite.org/sqlite-autoconf-${SQLITE_VERSTR}.tar.gz"
S = "${WORKDIR}/sqlite-autoconf-${SQLITE_VERSTR}"
SRC_URI = "http://www.sqlite.org/sqlite-autoconf-${PV}.tar.gz"
S = "${WORKDIR}/sqlite-autoconf-${PV}"
SRC_URI[md5sum] = "bcb0ab0b5b30116b2531cfeef3c861b4"
SRC_URI[sha256sum] = "782d16b797f6ca879f6f679ba3fb6ceb54bcb0cab65feef332058bf04b36ba8c"