1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

sqlite3: upgrade to 3.6.23.1

also remove the cross-compile.patch and ldflags.patch,
since they are no longer used.

Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
Yu Ke
2010-07-20 16:26:40 +08:00
committed by Richard Purdie
parent 12c929683f
commit 929169be0f
4 changed files with 3 additions and 161 deletions
+2 -1
View File
@@ -1,11 +1,12 @@
DESCRIPTION = "An Embeddable SQL Database Engine"
HOMEPAGE = "http://www.sqlite.org"
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "readline ncurses tcl-native"
LICENSE = "PD"
SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
file://libtool.patch;patch=1"
file://libtool.patch"
S = "${WORKDIR}/sqlite-${PV}"