From: Andre McCurdy Date: Sat, 23 Jan 2016 01:26:01 +0000 (-0800) Subject: sqlite3.inc: drop obsolete config_BUILD_CC, etc exports X-Git-Tag: 2016-4~1295 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f161d1ebfe961cee52235f2abfcde7fb13aa7ac1;p=openembedded-core.git sqlite3.inc: drop obsolete config_BUILD_CC, etc exports These exports date back to 2007, when sqlite needed patching in order to cross compile: http://git.openembedded.org/openembedded-core/commit/?id=4ffe8f6b1ff640722880cf2cd88990956de87e30 Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 7245285594..ac19be92e8 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc @@ -12,14 +12,6 @@ PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline" -export config_BUILD_CC = "${BUILD_CC}" -export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" -export config_BUILD_LIBS = "${BUILD_LDFLAGS}" -export config_TARGET_CC = "${CC}" -export config_TARGET_LINK = "${CCLD}" -export config_TARGET_CFLAGS = "${CFLAGS}" -export config_TARGET_LFLAGS = "${LDFLAGS}" - # pread() is in POSIX.1-2001 so any reasonable system must surely support it BUILD_CFLAGS += "-DUSE_PREAD" TARGET_CFLAGS += "-DUSE_PREAD"