diff options
| -rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 5eb5de3b01..7245285594 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
| @@ -1,15 +1,16 @@ | |||
| 1 | SUMMARY = "Embeddable SQL database engine" | 1 | SUMMARY = "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" | ||
| 5 | DEPENDS_class-native = "" | ||
| 6 | LICENSE = "PD" | 4 | LICENSE = "PD" |
| 7 | 5 | ||
| 8 | inherit autotools pkgconfig | 6 | inherit autotools pkgconfig |
| 9 | 7 | ||
| 10 | EXTRA_OECONF = "--enable-shared --enable-threadsafe" | 8 | PACKAGECONFIG ?= "" |
| 11 | EXTRA_OECONF_class-native = "--enable-shared --enable-threadsafe --disable-readline" | 9 | PACKAGECONFIG_class-native = "" |
| 12 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline" | 10 | |
| 11 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" | ||
| 12 | |||
| 13 | EXTRA_OECONF = "--enable-shared --enable-threadsafe --disable-editline" | ||
| 13 | 14 | ||
| 14 | export config_BUILD_CC = "${BUILD_CC}" | 15 | export config_BUILD_CC = "${BUILD_CC}" |
| 15 | export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" | 16 | export config_BUILD_CFLAGS = "${BUILD_CFLAGS}" |
