]> code.ossystems Code Review - openembedded-core.git/commitdiff
gettext_0.16.1: align configure options with v0.19.8.1 recipe
authorAndré Draszik <git@andred.net>
Thu, 18 Aug 2016 16:15:02 +0000 (17:15 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Aug 2016 16:44:17 +0000 (17:44 +0100)
It doesn't look like we need any of those features, so
let's disable them explicitly.

Signed-off-by: André Draszik <git@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-core/gettext/gettext_0.16.1.bb

index 6710c8de21b7b0133ab0b01edb64d0fd5d948308..93f5fcd8a89a944bb8b6b73394585fbbe983322a 100644 (file)
@@ -32,6 +32,9 @@ inherit autotools texinfo
 
 EXTRA_OECONF += "--without-lispdir \
                  --disable-csharp \
+                 --disable-libasprintf \
+                 --disable-java \
+                 --disable-native-java \
                  --disable-openmp \
                  --without-emacs \
                 "