mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
sqlite3-native: Drop dependencies on ncurses and readline plus enable in memory temporary tables
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.sqlite.org"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "readline ncurses tcl-native"
|
||||
DEPENDS_virtclass-native = "tcl-native"
|
||||
LICENSE = "PD"
|
||||
|
||||
SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
|
||||
@@ -12,8 +13,8 @@ S = "${WORKDIR}/sqlite-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF = "--disable-tcl --enable-shared \
|
||||
--enable-threadsafe"
|
||||
EXTRA_OECONF = "--disable-tcl --enable-shared --enable-threadsafe"
|
||||
EXTRA_OECONF_virtclass-native = "--disable-tcl --enable-shared --enable-threadsafe --disable-readline --enable-tempstore"
|
||||
export config_BUILD_CC = "${BUILD_CC}"
|
||||
export config_BUILD_CFLAGS = "${BUILD_CFLAGS}"
|
||||
export config_BUILD_LIBS = "${BUILD_LDFLAGS}"
|
||||
|
||||
@@ -2,7 +2,7 @@ require sqlite3.inc
|
||||
|
||||
LIC_FILES_CHKSUM = "file://src/main.c;endline=16;md5=86c9b824e9d68f8a26343a4b57f6d85a"
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI[md5sum] = "5437978aae90350cf984993091e0d695"
|
||||
SRC_URI[sha256sum] = "dbf352e8fbb74829f5e7a88f9f6ceeb80a709537f668c36e4b6cdfb271309ef6"
|
||||
|
||||
Reference in New Issue
Block a user