[oe-commits] [openembedded-core] 38/43: ncurses: Drop incorrect option

git at git.openembedded.org git at git.openembedded.org
Sat Apr 8 21:49:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 974ddd2f99be04f44978c1bce054ed75c9367631
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Apr 7 15:54:12 2017 +0100

    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 at linuxfoundation.org>
---
 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 3f4bf67..8990b0f 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list