diff options
Diffstat (limited to 'meta/recipes-support/attr')
-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 583ca1f84c..b3ca65e688 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', True) == '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 | ||