]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: Fix configure option warning
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Nov 2013 14:36:09 +0000 (14:36 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 30 Nov 2013 09:41:59 +0000 (09:41 +0000)
WARNING: QA Issue: sqlite3: configure was passed unrecognised options: --disable-tcl

There is no tcl option or support now so remove the option.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3.inc

index 3fa8d4cbbd210f2fd573bae4c142f084a8b55918..064d78cdeef9f907fc3802bf10072f92e960b2fd 100644 (file)
@@ -7,8 +7,8 @@ LICENSE = "PD"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--disable-tcl --enable-shared --enable-threadsafe"
-EXTRA_OECONF_class-native = "--disable-tcl --enable-shared --enable-threadsafe --disable-readline --enable-tempstore"
+EXTRA_OECONF = "--enable-shared --enable-threadsafe"
+EXTRA_OECONF_class-native = "--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}"