From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mail.openembedded.org (Postfix) with ESMTP id 75753610C4 for ; Tue, 24 Dec 2013 00:29:09 +0000 (UTC) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 23 Dec 2013 16:29:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,539,1384329600"; d="scan'208";a="454819335" Received: from unknown (HELO swold-linux.bigsur.com) ([10.255.12.16]) by fmsmga002.fm.intel.com with ESMTP; 23 Dec 2013 16:29:09 -0800 From: Saul Wold To: openembedded-core@lists.openembedded.org Date: Mon, 23 Dec 2013 16:29:06 -0800 Message-Id: <1387844949-23516-2-git-send-email-sgw@linux.intel.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1387844949-23516-1-git-send-email-sgw@linux.intel.com> References: <1387844949-23516-1-git-send-email-sgw@linux.intel.com> Subject: [PATCH 1/4] sqlite: remove unrecognised options: --enable-tempstore X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Dec 2013 00:29:09 -0000 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 --- 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 064d78c..0cd2deb 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}" -- 1.8.3.1