]> code.ossystems Code Review - openembedded-core.git/commitdiff
bitbake.conf: Add aws to HOSTTOOLS_NONFATAL
authorElizabeth 'pidge' Flanagan <pidge@toganlabs.com>
Wed, 29 Mar 2017 13:45:49 +0000 (15:45 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 30 Mar 2017 09:02:24 +0000 (10:02 +0100)
This adds aws to HOSTTOOLS_NONFATAL in order to get the s3 fetcher
working again.

Signed-off-by: Elizabeth 'pidge' Flanagan <pidge@toganlabs.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf

index 96a9ed9460c46bb354a47f7107a6541ec178fafb..d95e39dfdc704b44c061573e630ede48612ff1f3 100644 (file)
@@ -469,7 +469,7 @@ HOSTTOOLS += " \
 HOSTTOOLS += "ip ping ps scp ssh stty"
 
 # Link to these if present
-HOSTTOOLS_NONFATAL += "ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"
+HOSTTOOLS_NONFATAL += "aws ccache gcc-ar gpg ld.bfd ld.gold nc sftp socat sudo"
 
 # Temporary add few more detected in bitbake world
 HOSTTOOLS_NONFATAL += "join nl size yes zcat"