[OE-core] [PATCH 3/4] gettext_0.16.1: align configure options with v0.19.8.1 recipe

André Draszik git at andred.net
Thu Aug 18 16:15:02 UTC 2016


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>
---
 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 \
                 "
-- 
2.9.3




More information about the Openembedded-core mailing list