summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 530b068757..dcf6ce99d1 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -543,6 +543,9 @@ HOSTTOOLS_NONFATAL += "bzr"
543# Used by ssh fetcher 543# Used by ssh fetcher
544HOSTTOOLS_NONFATAL += "scp" 544HOSTTOOLS_NONFATAL += "scp"
545 545
546# Used by Mercurial fetcher
547HOSTTOOLS_NONFATAL += "hg"
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