diff options
author | André Draszik <git@andred.net> | 2016-08-18 17:15:02 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-23 17:44:17 +0100 |
commit | 0a095473eec333f918ef831dea1c2f269a64fc62 (patch) | |
tree | c81f106140e922f835697767633a84a2429caaa4 /meta/recipes-core/gettext | |
parent | 422c92d2806f776252c15ec9fe204b204503c4d2 (diff) | |
download | openembedded-core-0a095473eec333f918ef831dea1c2f269a64fc62.tar.gz openembedded-core-0a095473eec333f918ef831dea1c2f269a64fc62.tar.bz2 openembedded-core-0a095473eec333f918ef831dea1c2f269a64fc62.zip |
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@andred.net>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.16.1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.16.1.bb b/meta/recipes-core/gettext/gettext_0.16.1.bb index 6710c8de21..93f5fcd8a8 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 \ " |