diff options
-rw-r--r-- | meta/recipes-support/attr/ea-acl.inc | 2 |
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 |
10 | export AUTOHEADER = "true" | 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 | 13 | ||