summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/gettext
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/gettext
parentbb96b161ae2e8c98b2d9b29b6cf2c16b89773549 (diff)
downloadpoky-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/gettext')
-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 = ""
30 30
31inherit autotools texinfo 31inherit autotools texinfo
32 32
33EXTRA_OECONF += "--without-lisp --disable-csharp --disable-openmp --without-emacs" 33EXTRA_OECONF += "--without-lispdir \
34 --disable-csharp \
35 --disable-openmp \
36 --without-emacs \
37 "
34EXTRA_OECONF_append_libc-musl = "\ 38EXTRA_OECONF_append_libc-musl = "\
35 gt_cv_func_gnugettext1_libc=yes \ 39 gt_cv_func_gnugettext1_libc=yes \
36 gt_cv_func_gnugettext2_libc=yes \ 40 gt_cv_func_gnugettext2_libc=yes \