summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite/sqlite3.inc
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-12-20 10:23:48 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:52:34 +0000
commit6ea42c0f146300c4fd1896990cee19cecf70b5f7 (patch)
tree24dcd8286d5508a13e3b9ad43ad8045afc3f2651 /meta/recipes-support/sqlite/sqlite3.inc
parenta3c5d8208062028c53955f6efacedc5e72742761 (diff)
downloadpoky-6ea42c0f146300c4fd1896990cee19cecf70b5f7.tar.gz
sqlite: remove unrecognised options: --enable-tempstore
This option appears to be commented out in the configure.ac with no explaination, It does not appear to be commented out in the source, so it occurs during the sqlite release process! (From OE-Core rev: 30616257b8d611db204cb85126c2578325b9c048) Signed-off-by: Saul Wold <sgw@linux.intel.com> 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.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index d75363a642..2e3791bfc3 100644
--- a/meta/recipes-support/sqlite/sqlite3.inc
+++ b/meta/recipes-support/sqlite/sqlite3.inc
@@ -8,7 +8,7 @@ LICENSE = "PD"
8inherit autotools pkgconfig 8inherit autotools pkgconfig
9 9
10EXTRA_OECONF = "--enable-shared --enable-threadsafe" 10EXTRA_OECONF = "--enable-shared --enable-threadsafe"
11EXTRA_OECONF_class-native = "--enable-shared --enable-threadsafe --disable-readline --enable-tempstore" 11EXTRA_OECONF_class-native = "--enable-shared --enable-threadsafe --disable-readline"
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}"