[oe-commits] [openembedded-core] 40/57: autotools.bbclass: fix autoreconf bbnote commandline arguments

git at git.openembedded.org git at git.openembedded.org
Thu Jul 26 12:18:02 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 40644b2b33db6332293543bb39e8d4da07cf8c54
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Mon Jul 23 19:32:18 2018 -0700

    autotools.bbclass: fix autoreconf bbnote commandline arguments
    
    Leaving -Wcross out of the bbnote version of the autoreconf command
    seems to be a long standing inconsistency (dating back to the very
    first commit in oe-core) but there's no obvious reason to do so.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/autotools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index cc857ac..81d3674 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -225,7 +225,7 @@ autotools_do_configure() {
 			find ${S} -ignore_readdir_race -name $i -delete
 		done
 
-		bbnote Executing ACLOCAL=\"$ACLOCAL\" autoreconf --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
+		bbnote Executing ACLOCAL=\"$ACLOCAL\" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths
 		ACLOCAL="$ACLOCAL" autoreconf -Wcross --verbose --install --force ${EXTRA_AUTORECONF} $acpaths || die "autoreconf execution failed."
 		cd $olddir
 	fi

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list