diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-12-20 10:23:48 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-01-02 12:50:37 +0000 |
commit | 30616257b8d611db204cb85126c2578325b9c048 (patch) | |
tree | 81b083b7dc8b6f4e85e6e2b8c4b761e990aeb1e3 /meta | |
parent | 14066651cd74724dcb59c10f994f5b2bf38a4745 (diff) | |
download | openembedded-core-30616257b8d611db204cb85126c2578325b9c048.tar.gz openembedded-core-30616257b8d611db204cb85126c2578325b9c048.tar.bz2 openembedded-core-30616257b8d611db204cb85126c2578325b9c048.zip |
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@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 2 |
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" 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}" |