From: Saul Wold Date: Fri, 20 Dec 2013 18:23:48 +0000 (-0800) Subject: sqlite: remove unrecognised options: --enable-tempstore X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~34994 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30616257b8d611db204cb85126c2578325b9c048;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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! Signed-off-by: Saul Wold --- diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index d75363a6420..2e3791bfc30 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc @@ -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}"