diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-22 17:26:01 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-25 12:44:12 +0000 |
commit | 89ed462a179dd2b1e707d3636f69ba86f37774fc (patch) | |
tree | 832f90392138e5756c878adb77e545bf1d909c0f /meta | |
parent | 6188419d27ee2c8a3ec3631fb575837203952b2c (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 8 |
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 | ||
13 | EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline" | 13 | EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline" |
14 | 14 | ||
15 | export config_BUILD_CC = "${BUILD_CC}" | ||
16 | export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" | ||
17 | export config_BUILD_LIBS = "${BUILD_LDFLAGS}" | ||
18 | export config_TARGET_CC = "${CC}" | ||
19 | export config_TARGET_LINK = "${CCLD}" | ||
20 | export config_TARGET_CFLAGS = "${CFLAGS}" | ||
21 | export 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 |
24 | BUILD_CFLAGS += "-DUSE_PREAD" | 16 | BUILD_CFLAGS += "-DUSE_PREAD" |
25 | TARGET_CFLAGS += "-DUSE_PREAD" | 17 | TARGET_CFLAGS += "-DUSE_PREAD" |