From: Ross Burton Date: Fri, 28 Nov 2014 21:30:00 +0000 (+0000) Subject: attr: use EXTRA_AUTORECONF to disable autoheader X-Git-Tag: 2015-4~1099 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=aa4c06ca7375faacd055ba98d59d48efadd87f59;p=openembedded-core.git attr: use EXTRA_AUTORECONF to disable autoheader Disable autoheader by setting EXTRA_AUTORECONF to --exclude=autoheader instead of setting AUTOHEADER to true. Signed-off-by: Ross Burton --- 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 # the package comes with a custom config.h.in, it cannot be # overwritten by autoheader -export AUTOHEADER = "true" +EXTRA_AUTORECONF += "--exclude=autoheader" EXTRA_OECONF = "INSTALL_USER=root INSTALL_GROUP=root" EXTRA_OECONF_append_class-native = " --enable-gettext=no"