ncurses: Drop incorrect option

The --disable-static option doesn't exist in ncurses. Its equivalent is
--without-normal so remove the option which does nothing.

(From OE-Core rev: 974ddd2f99be04f44978c1bce054ed75c9367631)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2017-04-07 15:54:12 +01:00
parent bdc3ba2eb6
commit dc52b27f4c
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ ncurses_configure() {
cd $1
shift
oe_runconf \
--disable-static \
--without-debug \
--without-ada \
--without-gpm \