From: Andre McCurdy Date: Sat, 23 Jan 2016 01:26:04 +0000 (-0800) Subject: sqlite3.inc: add PACKAGECONFIG to support building against libedit X-Git-Tag: 2016-4~1292 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3200c102cf543cf4d8b9bed7beb056865ac34509;p=openembedded-core.git sqlite3.inc: add PACKAGECONFIG to support building against libedit Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- 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 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 \ "