summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 983987cf7e..e7826e7af9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -543,6 +543,9 @@ HOSTTOOLS_NONFATAL += "scp"
543# Used by Mercurial fetcher 543# Used by Mercurial fetcher
544HOSTTOOLS_NONFATAL += "hg" 544HOSTTOOLS_NONFATAL += "hg"
545 545
546# Used by gcp fetcher
547HOSTTOOLS_NONFATAL += "gsutil"
548
546# Link to git-lfs if present 549# Link to git-lfs if present
547HOSTTOOLS_NONFATAL += "git-lfs" 550HOSTTOOLS_NONFATAL += "git-lfs"
548 551