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>
This commit is contained in:
Saul Wold 2013-12-20 10:23:48 -08:00 committed by Richard Purdie
parent a3c5d82080
commit 6ea42c0f14
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ LICENSE = "PD"
inherit autotools pkgconfig
EXTRA_OECONF = "--enable-shared --enable-threadsafe"
EXTRA_OECONF_class-native = "--enable-shared --enable-threadsafe --disable-readline --enable-tempstore"
EXTRA_OECONF_class-native = "--enable-shared --enable-threadsafe --disable-readline"
export config_BUILD_CC = "${BUILD_CC}"
export config_BUILD_CFLAGS = "${BUILD_CFLAGS}"
export config_BUILD_LIBS = "${BUILD_LDFLAGS}"