[oe-commits] [openembedded-core] 11/32: gettext_0.16.1: fix lispdir configure option

git at git.openembedded.org git at git.openembedded.org
Tue Aug 23 09:12:26 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fc555e3131e66023c36df48c8150c4ccefc39f7e
Author: André Draszik <git at andred.net>
AuthorDate: Thu Aug 18 17:15:01 2016 +0100

    gettext_0.16.1: fix lispdir configure option
    
    The option is called --with(out)-lispdir, not --with(out)-lisp
    
    Signed-off-by: André Draszik <git at andred.net>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/gettext/gettext_0.16.1.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb
index 5a58578..6710c8d 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 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list