summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-22 17:26:04 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-25 12:44:12 +0000
commit6bb1dd14502b1c90bced892cd2bcbbf794fbd7f8 (patch)
tree5a1b15f946e7689df45f988f6232f2e5af8e0b8d /meta/recipes-support
parent39f6a9e47d8ff8d8d2be29deea282b3bce966958 (diff)
downloadpoky-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/recipes-support')
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc2
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
22PACKAGECONFIG ?= "" 22PACKAGECONFIG ?= ""
23PACKAGECONFIG_class-native = "" 23PACKAGECONFIG_class-native = ""
24 24
25PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit"
25PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses" 26PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses"
26 27
27EXTRA_OECONF = " \ 28EXTRA_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