diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-12-23 14:34:31 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:13 +0000 |
commit | 29c9e43e75742737f59c0f32f5b0f7f502bdfed2 (patch) | |
tree | c812d7b9038cee63a1d4055e3cf029650ef5b540 /meta | |
parent | 35dde34c89f6669b8586d532769713a170ad271e (diff) | |
download | poky-29c9e43e75742737f59c0f32f5b0f7f502bdfed2.tar.gz |
attr/ea-acl: pass --disable-gettext when USE_NLS=no
Fixes following error in configure:
FATAL ERROR: msgfmt does not seem to be installed.
attr cannot be built without a working gettext installation.
(From OE-Core rev: d044fad8a0ac5d57deb88b25106f3a39cb7c1636)
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/attr/ea-acl.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc index cc33c101fb..a88ce90119 100644 --- a/meta/recipes-support/attr/ea-acl.inc +++ b/meta/recipes-support/attr/ea-acl.inc | |||
@@ -10,6 +10,7 @@ inherit autotools-brokensep gettext | |||
10 | EXTRA_AUTORECONF += "--exclude=autoheader" | 10 | EXTRA_AUTORECONF += "--exclude=autoheader" |
11 | EXTRA_OECONF = "INSTALL_USER=root INSTALL_GROUP=root" | 11 | EXTRA_OECONF = "INSTALL_USER=root INSTALL_GROUP=root" |
12 | EXTRA_OECONF_append_class-native = " --enable-gettext=no" | 12 | EXTRA_OECONF_append_class-native = " --enable-gettext=no" |
13 | EXTRA_OECONF_append_class-target = "${@['', ' --disable-gettext '][(d.getVar('USE_NLS') == 'no')]}" | ||
13 | 14 | ||
14 | EXTRA_OEMAKE = "PKG_LIB_DIR=${base_libdir} PKG_DEVLIB_DIR=${libdir}" | 15 | EXTRA_OEMAKE = "PKG_LIB_DIR=${base_libdir} PKG_DEVLIB_DIR=${libdir}" |
15 | 16 | ||