diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-16 12:37:07 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-16 12:37:07 +0000 |
| commit | 5a7024e6c0b075963434c4f6cb3cb6b149062de7 (patch) | |
| tree | da2161f9561e9b088d23be18999cd96a91eb1ab3 /meta/recipes-support/sqlite/sqlite3.inc | |
| parent | 3ef2d39dbf8a573acfbf633c1d5d7cb3cee18788 (diff) | |
| download | poky-5a7024e6c0b075963434c4f6cb3cb6b149062de7.tar.gz | |
sqlite3-native: Drop dependencies on ncurses and readline plus enable in memory temporary tables
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3.inc')
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 709e3016b8..92c4930ce7 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
| @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.sqlite.org" | |||
| 3 | SECTION = "libs" | 3 | SECTION = "libs" |
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | DEPENDS = "readline ncurses tcl-native" | 5 | DEPENDS = "readline ncurses tcl-native" |
| 6 | DEPENDS_virtclass-native = "tcl-native" | ||
| 6 | LICENSE = "PD" | 7 | LICENSE = "PD" |
| 7 | 8 | ||
| 8 | SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ | 9 | SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ |
| @@ -12,8 +13,8 @@ S = "${WORKDIR}/sqlite-${PV}" | |||
| 12 | 13 | ||
| 13 | inherit autotools pkgconfig | 14 | inherit autotools pkgconfig |
| 14 | 15 | ||
| 15 | EXTRA_OECONF = "--disable-tcl --enable-shared \ | 16 | EXTRA_OECONF = "--disable-tcl --enable-shared --enable-threadsafe" |
| 16 | --enable-threadsafe" | 17 | EXTRA_OECONF_virtclass-native = "--disable-tcl --enable-shared --enable-threadsafe --disable-readline --enable-tempstore" |
| 17 | export config_BUILD_CC = "${BUILD_CC}" | 18 | export config_BUILD_CC = "${BUILD_CC}" |
| 18 | export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" | 19 | export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" |
| 19 | export config_BUILD_LIBS = "${BUILD_LDFLAGS}" | 20 | export config_BUILD_LIBS = "${BUILD_LDFLAGS}" |
