[oe-commits] Saul Wold : sqlite: remove unrecognised options: --enable-tempstore

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:32 UTC 2014


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

Author: Saul Wold <sgw at linux.intel.com>
Date:   Fri Dec 20 10:23:48 2013 -0800

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 <sgw at linux.intel.com>

---

 meta/recipes-support/sqlite/sqlite3.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc
index d75363a..2e3791b 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}"



More information about the Openembedded-commits mailing list