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:
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user