summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/attr/ea-acl.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/attr/ea-acl.inc b/meta/recipes-support/attr/ea-acl.inc
index 72f623e593..b17e9b10a4 100644
--- a/meta/recipes-support/attr/ea-acl.inc
+++ b/meta/recipes-support/attr/ea-acl.inc
@@ -7,7 +7,7 @@ inherit autotools-brokensep gettext
7 7
8# the package comes with a custom config.h.in, it cannot be 8# the package comes with a custom config.h.in, it cannot be
9# overwritten by autoheader 9# overwritten by autoheader
10export AUTOHEADER = "true" 10EXTRA_AUTORECONF += "--exclude=autoheader"
11EXTRA_OECONF = "INSTALL_USER=root INSTALL_GROUP=root" 11EXTRA_OECONF = "INSTALL_USER=root INSTALL_GROUP=root"
12EXTRA_OECONF_append_class-native = " --enable-gettext=no" 12EXTRA_OECONF_append_class-native = " --enable-gettext=no"
13 13