[oe-commits] Richard Purdie : sqlite3: Fix configure option warning

git at git.openembedded.org git at git.openembedded.org
Sat Nov 30 09:41:14 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 7d1fd11e50a280bcc3e6c2160871cdef14864cc2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7d1fd11e50a280bcc3e6c2160871cdef14864cc2

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Nov 29 14:36:09 2013 +0000

sqlite3: Fix configure option warning

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 at linuxfoundation.org>

---

 meta/recipes-support/sqlite/sqlite3.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index 3fa8d4c..064d78c 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -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}"



More information about the Openembedded-commits mailing list