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-10 23:00:44 +0100 |
commit | dc52b27f4c61cfbadf44765b4c8216eb2871dbc2 (patch) | |
tree | c7feaddc6166af0428061328cea39be270951aab /meta/recipes-core | |
parent | bdc3ba2eb6044bf5c15653ee9a4a865a701eb900 (diff) | |
download | poky-dc52b27f4c61cfbadf44765b4c8216eb2871dbc2.tar.gz |
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>
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() { | |||
66 | cd $1 | 66 | cd $1 |
67 | shift | 67 | shift |
68 | oe_runconf \ | 68 | oe_runconf \ |
69 | --disable-static \ | ||
70 | --without-debug \ | 69 | --without-debug \ |
71 | --without-ada \ | 70 | --without-ada \ |
72 | --without-gpm \ | 71 | --without-gpm \ |