summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3.inc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-29 14:36:09 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-11-30 22:26:29 +0000
commit8337aa3795aa0b8f46c40827652f1f882988e36a (patch)
treec458fd19f5eef6ecb4e40fbcce62ffce65a0a615 /meta/recipes-support/sqlite/sqlite3.inc
parent51d3285ff6a71997ab5b174722e1ec8af4569f53 (diff)
downloadpoky-8337aa3795aa0b8f46c40827652f1f882988e36a.tar.gz
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. (From OE-Core rev: 7d1fd11e50a280bcc3e6c2160871cdef14864cc2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3.inc')
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index 3fa8d4cbbd..064d78cdee 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -7,8 +7,8 @@ LICENSE = "PD"
7 7
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10EXTRA_OECONF = "--disable-tcl --enable-shared --enable-threadsafe" 10EXTRA_OECONF = "--enable-shared --enable-threadsafe"
11EXTRA_OECONF_class-native = "--disable-tcl --enable-shared --enable-threadsafe --disable-readline --enable-tempstore" 11EXTRA_OECONF_class-native = "--enable-shared --enable-threadsafe --disable-readline --enable-tempstore"
12export config_BUILD_CC = "${BUILD_CC}" 12export config_BUILD_CC = "${BUILD_CC}"
13export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" 13export config_BUILD_CFLAGS = "${BUILD_CFLAGS}"
14export config_BUILD_LIBS = "${BUILD_LDFLAGS}" 14export config_BUILD_LIBS = "${BUILD_LDFLAGS}"