]> code.ossystems Code Review - openembedded-core.git/commitdiff
attr: use EXTRA_AUTORECONF to disable autoheader
authorRoss Burton <ross.burton@intel.com>
Fri, 28 Nov 2014 21:30:00 +0000 (21:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Dec 2014 12:22:42 +0000 (12:22 +0000)
Disable autoheader by setting EXTRA_AUTORECONF to --exclude=autoheader instead
of setting AUTOHEADER to true.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/attr/ea-acl.inc

index 72f623e5935bd94fd5ca6c003c4493a03d895fd4..b17e9b10a4013423fdc31a93789a4f0c3cffc729 100644 (file)
@@ -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"