diff options
author | Patrick Ohly <patrick.ohly@intel.com> | 2014-12-19 11:30:04 +0100 |
---|---|---|
committer | Patrick Ohly <patrick.ohly@intel.com> | 2015-01-15 14:10:10 +0100 |
commit | 4a68b5b590e504016692afd72e10b7894a528eb1 (patch) | |
tree | c8771b8f86557a69c17fe874b05eaedf3c368119 | |
parent | ff1dd0bd46f0e1481c5c0885ecd058c4f9e00903 (diff) | |
download | meta-tizen-4a68b5b590e504016692afd72e10b7894a528eb1.tar.gz meta-tizen-4a68b5b590e504016692afd72e10b7894a528eb1.tar.bz2 meta-tizen-4a68b5b590e504016692afd72e10b7894a528eb1.zip |
attr: use --exclude=autopoint instead of AUTOHEADER
This is necessary for translation to .spec: the parameter gets
translated to .spec, the env variable does not. It is also considered
cleaner by the Yocto project.
Change-Id: Ibc4f9536233b71579d5f6cab313adcec32bc685e
-rw-r--r-- | meta-tizen-adaptation/meta/recipes-support/attr/attr_%.bbappend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-tizen-adaptation/meta/recipes-support/attr/attr_%.bbappend b/meta-tizen-adaptation/meta/recipes-support/attr/attr_%.bbappend index 0091c1a9..3d360b72 100644 --- a/meta-tizen-adaptation/meta/recipes-support/attr/attr_%.bbappend +++ b/meta-tizen-adaptation/meta/recipes-support/attr/attr_%.bbappend @@ -1 +1,7 @@ SECTION = "Base/File Systems" + +# To be fixed upstream in master > 1.7: +# Disable autoheader by setting EXTRA_AUTORECONF to --exclude=autoheader instead +# of setting AUTOHEADER to true. +EXTRA_AUTORECONF_append = " --exclude=autoheader" +export AUTOHEADER = "" |