[oe-commits] [openembedded-core] 02/02: bitbake.conf: Add aws to HOSTTOOLS_NONFATAL

git at git.openembedded.org git at git.openembedded.org
Thu Mar 30 09:03:19 UTC 2017


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

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

commit 6d6d0737a29bbf3dcd231bfefe13784ed16dd55a
Author: Elizabeth 'pidge' Flanagan <pidge at toganlabs.com>
AuthorDate: Wed Mar 29 15:45:49 2017 +0200

    bitbake.conf: Add aws to HOSTTOOLS_NONFATAL
    
    This adds aws to HOSTTOOLS_NONFATAL in order to get the s3 fetcher
    working again.
    
    Signed-off-by: Elizabeth 'pidge' Flanagan <pidge at toganlabs.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 96a9ed9..d95e39d 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -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"

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


More information about the Openembedded-commits mailing list