diff options
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3.inc')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 70841f88cb..e94c6ef8f0 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
@@ -2,13 +2,13 @@ DESCRIPTION = "An Embeddable SQL Database Engine" | |||
2 | HOMEPAGE = "http://www.sqlite.org" | 2 | HOMEPAGE = "http://www.sqlite.org" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | DEPENDS = "readline ncurses" | 4 | DEPENDS = "readline ncurses" |
5 | DEPENDS_virtclass-native = "" | 5 | DEPENDS_class-native = "" |
6 | LICENSE = "PD" | 6 | LICENSE = "PD" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
10 | EXTRA_OECONF = "--disable-tcl --enable-shared --enable-threadsafe" | 10 | EXTRA_OECONF = "--disable-tcl --enable-shared --enable-threadsafe" |
11 | EXTRA_OECONF_virtclass-native = "--disable-tcl --enable-shared --enable-threadsafe --disable-readline --enable-tempstore" | 11 | EXTRA_OECONF_class-native = "--disable-tcl --enable-shared --enable-threadsafe --disable-readline --enable-tempstore" |
12 | export config_BUILD_CC = "${BUILD_CC}" | 12 | export config_BUILD_CC = "${BUILD_CC}" |
13 | export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" | 13 | export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" |
14 | export config_BUILD_LIBS = "${BUILD_LDFLAGS}" | 14 | export config_BUILD_LIBS = "${BUILD_LDFLAGS}" |