[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5566/8267] ncurses: Drop incorrect option



commit dc52b27f4c61cfbadf44765b4c8216eb2871dbc2
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   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.
    
    (From OE-Core rev: 974ddd2f99be04f44978c1bce054ed75c9367631)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 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 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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]