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

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 21:46:11 UTC 2018


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

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

commit bfed61ebcc4d0b0c78da7ea29880b4e75fd88605
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