aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorAndré Draszik <git@andred.net>2016-08-18 17:15:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-23 17:44:40 +0100
commitdff0cb45f1abcb7bbc11a453a1a7587df02e17cb (patch)
tree8acf95b2b6539470fdd996048a9e84a84a8d0bc6 /meta/recipes-core
parentbb96b161ae2e8c98b2d9b29b6cf2c16b89773549 (diff)
downloadopenembedded-core-contrib-dff0cb45f1abcb7bbc11a453a1a7587df02e17cb.tar.gz
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/gettext/gettext_0.16.1.bb6
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 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 \