[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2024/8267] gettext_0.16.1: fix lispdir configure option



commit dff0cb45f1abcb7bbc11a453a1a7587df02e17cb
Author: André Draszik <git andred net>
Date:   Thu Aug 18 17:15:01 2016 +0100

    gettext_0.16.1: fix lispdir configure option
    
    The option is called --with(out)-lispdir, not --with(out)-lisp
    
    (From OE-Core rev: 422c92d2806f776252c15ec9fe204b204503c4d2)
    
    Signed-off-by: André Draszik <git andred net>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-core/gettext/gettext_0.16.1.bb |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb
index 5a58578..6710c8d 100644
--- a/meta/recipes-core/gettext/gettext_0.16.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.16.1.bb
@@ -30,7 +30,11 @@ PARALLEL_MAKE = ""
 
 inherit autotools texinfo
 
-EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs"
+EXTRA_OECONF += "--without-lispdir \
+                 --disable-csharp \
+                 --disable-openmp \
+                 --without-emacs \
+                "
 EXTRA_OECONF_append_libc-musl = "\
                                  gt_cv_func_gnugettext1_libc=yes \
                                  gt_cv_func_gnugettext2_libc=yes \


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