summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-22 17:26:01 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-25 12:44:12 +0000
commit89ed462a179dd2b1e707d3636f69ba86f37774fc (patch)
tree832f90392138e5756c878adb77e545bf1d909c0f /meta/recipes-support
parent6188419d27ee2c8a3ec3631fb575837203952b2c (diff)
downloadpoky-89ed462a179dd2b1e707d3636f69ba86f37774fc.tar.gz
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 (From OE-Core rev: f161d1ebfe961cee52235f2abfcde7fb13aa7ac1) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc8
1 files changed, 0 insertions, 8 deletions
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
12 12
13EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline" 13EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline"
14 14
15export config_BUILD_CC = "${BUILD_CC}"
16export config_BUILD_CFLAGS = "${BUILD_CFLAGS}"
17export config_BUILD_LIBS = "${BUILD_LDFLAGS}"
18export config_TARGET_CC = "${CC}"
19export config_TARGET_LINK = "${CCLD}"
20export config_TARGET_CFLAGS = "${CFLAGS}"
21export config_TARGET_LFLAGS = "${LDFLAGS}"
22
23# pread() is in POSIX.1-2001 so any reasonable system must surely support it 15# pread() is in POSIX.1-2001 so any reasonable system must surely support it
24BUILD_CFLAGS += "-DUSE_PREAD" 16BUILD_CFLAGS += "-DUSE_PREAD"
25TARGET_CFLAGS += "-DUSE_PREAD" 17TARGET_CFLAGS += "-DUSE_PREAD"