]> code.ossystems Code Review - openembedded-core.git/commit
sqlite3.inc: fix readline PACKAGECONFIG
authorAndre McCurdy <armccurdy@gmail.com>
Sat, 23 Jan 2016 01:26:00 +0000 (17:26 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 24 Jan 2016 10:55:44 +0000 (10:55 +0000)
commit2d93f7d6a93e9a4f9f4683e378c939f59461d803
tree9e1c361cc815f6a68d41d73ecf1963c3d6e902c7
parentc6f91029a05f41cba31702b88316ea66a719e866
sqlite3.inc: fix readline PACKAGECONFIG

Make it clearer that readline support for the target build is now
disabled by default.

Since readline dependencies and configure options are now handled by
PACKAGECONFIG, avoid duplicating readline in DEPENDS or duplicating
--disable-readline in EXTRA_OECONF.

Also add --disable-editline to EXTRA_OECONF to avoid a potential
floating dependency, since the configure script checks for libedit
before it checks for libreadline.

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/sqlite/sqlite3.inc