]> code.ossystems Code Review - openembedded-core.git/commitdiff
gettext_0.16.1: fix lispdir configure option
authorAndré Draszik <git@andred.net>
Thu, 18 Aug 2016 16:15:01 +0000 (17:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Aug 2016 16:44:17 +0000 (17:44 +0100)
The option is called --with(out)-lispdir, not --with(out)-lisp

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/gettext/gettext_0.16.1.bb

index 5a58578e224d1a516f537c74095b102bbdc237ac..6710c8de21b7b0133ab0b01edb64d0fd5d948308 100644 (file)
@@ -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 \