diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-07 15:54:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-08 22:48:07 +0100 |
commit | 974ddd2f99be04f44978c1bce054ed75c9367631 (patch) | |
tree | e8f1912cdb8bd7d5f1dda1336747b9378af4e48a /meta/recipes-core | |
parent | 6b386e444e494b852b59a9f9e80426d564382139 (diff) | |
download | openembedded-core-974ddd2f99be04f44978c1bce054ed75c9367631.tar.gz openembedded-core-974ddd2f99be04f44978c1bce054ed75c9367631.tar.bz2 openembedded-core-974ddd2f99be04f44978c1bce054ed75c9367631.zip |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/ncurses/ncurses.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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 \ |