From: André Draszik Date: Thu, 18 Aug 2016 16:15:01 +0000 (+0100) Subject: gettext_0.16.1: fix lispdir configure option X-Git-Tag: uninative-1.4~476 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=422c92d2806f776252c15ec9fe204b204503c4d2;p=openembedded-core.git gettext_0.16.1: fix lispdir configure option The option is called --with(out)-lispdir, not --with(out)-lisp Signed-off-by: André Draszik Signed-off-by: Ross Burton --- diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index 5a58578e22..6710c8de21 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 \