mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
bb96b161ae
commit
dff0cb45f1
@@ -30,7 +30,11 @@ PARALLEL_MAKE = ""
|
|||||||
|
|
||||||
inherit autotools texinfo
|
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 = "\
|
EXTRA_OECONF_append_libc-musl = "\
|
||||||
gt_cv_func_gnugettext1_libc=yes \
|
gt_cv_func_gnugettext1_libc=yes \
|
||||||
gt_cv_func_gnugettext2_libc=yes \
|
gt_cv_func_gnugettext2_libc=yes \
|
||||||
|
|||||||
Reference in New Issue
Block a user