]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3.inc: add PACKAGECONFIG to support building against libedit
authorAndre McCurdy <armccurdy@gmail.com>
Sat, 23 Jan 2016 01:26:04 +0000 (17:26 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Jan 2016 10:55:44 +0000 (10:55 +0000)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3.inc

index 87cdf26146193d71abf61f9f4fe4cadfc1a7f59a..5bff33b8515052b1cb3f69b907a8eff4117851f9 100644 (file)
@@ -22,12 +22,12 @@ inherit autotools pkgconfig
 PACKAGECONFIG ?= ""
 PACKAGECONFIG_class-native = ""
 
+PACKAGECONFIG[editline] = "--enable-editline,--disable-editline,libedit"
 PACKAGECONFIG[readline] = "--enable-readline,--disable-readline,readline ncurses"
 
 EXTRA_OECONF = " \
     --enable-shared \
     --enable-threadsafe \
-    --disable-editline \
     --disable-static-shell \
 "