From 3200c102cf543cf4d8b9bed7beb056865ac34509 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Fri, 22 Jan 2016 17:26:04 -0800 Subject: sqlite3.inc: add PACKAGECONFIG to support building against libedit Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/recipes-support/sqlite/sqlite3.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/sqlite') 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 \ " -- cgit 1.2.3-korg