From 5a7024e6c0b075963434c4f6cb3cb6b149062de7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Feb 2011 12:37:07 +0000 Subject: sqlite3-native: Drop dependencies on ncurses and readline plus enable in memory temporary tables Signed-off-by: Richard Purdie --- meta/recipes-support/sqlite/sqlite3.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/sqlite/sqlite3.inc') diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 709e3016b8..92c4930ce7 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc @@ -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}" -- cgit v1.2.3-54-g00ecf