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: lucaceresoli/bug-15201-perf-libtraceevent-missing~27402 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3200c102cf543cf4d8b9bed7beb056865ac34509;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 87cdf261461..5bff33b8515 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 \ "