[oe-commits] [openembedded-core] 12/32: gettext_0.16.1: align configure options with v0.19.8.1 recipe

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


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

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

    gettext_0.16.1: align configure options with v0.19.8.1 recipe
    
    It doesn't look like we need any of those features, so
    let's disable them explicitly.
    
    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 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb
index 6710c8d..93f5fcd 100644
--- a/meta/recipes-core/gettext/gettext_0.16.1.bb
+++ b/meta/recipes-core/gettext/gettext_0.16.1.bb
@@ -32,6 +32,9 @@ inherit autotools texinfo
 
 EXTRA_OECONF += "--without-lispdir \
                  --disable-csharp \
+                 --disable-libasprintf \
+                 --disable-java \
+                 --disable-native-java \
                  --disable-openmp \
                  --without-emacs \
                 "

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


More information about the Openembedded-commits mailing list