diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-01-22 17:26:04 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-25 12:44:12 +0000 |
commit | 6bb1dd14502b1c90bced892cd2bcbbf794fbd7f8 (patch) | |
tree | 5a1b15f946e7689df45f988f6232f2e5af8e0b8d /meta | |
parent | 39f6a9e47d8ff8d8d2be29deea282b3bce966958 (diff) | |
download | poky-6bb1dd14502b1c90bced892cd2bcbbf794fbd7f8.tar.gz |
sqlite3.inc: add PACKAGECONFIG to support building against libedit
(From OE-Core rev: 3200c102cf543cf4d8b9bed7beb056865ac34509)
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index 87cdf26146..5bff33b851 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc | |||
@@ -22,12 +22,12 @@ inherit autotools pkgconfig | |||
22 | PACKAGECONFIG ?= "" | 22 | PACKAGECONFIG ?= "" |
23 | PACKAGECONFIG_class-native = "" | 23 | PACKAGECONFIG_class-native = "" |
24 | 24 | ||
25 | PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit" | ||
25 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" | 26 | PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" |
26 | 27 | ||
27 | EXTRA_OECONF = " \ | 28 | EXTRA_OECONF = " \ |
28 | --enable-shared \ | 29 | --enable-shared \ |
29 | --enable-threadsafe \ | 30 | --enable-threadsafe \ |
30 | --disable-editline \ | ||
31 | --disable-static-shell \ | 31 | --disable-static-shell \ |
32 | " | 32 | " |
33 | 33 | ||