From 974ddd2f99be04f44978c1bce054ed75c9367631 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Apr 2017 15:54:12 +0100 Subject: 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. Signed-off-by: Richard Purdie --- meta/recipes-core/ncurses/ncurses.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 3f4bf67aa9..8990b0f5ef 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -66,7 +66,6 @@ ncurses_configure() { cd $1 shift oe_runconf \ - --disable-static \ --without-debug \ --without-ada \ --without-gpm \ -- cgit 1.2.3-korg