mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
bitbake.conf: Add mercurial to HOSTTOOLS_NONFATAL
(From OE-Core rev: 8cf72a195961081d83ec049021c3a9bdf920fa57) Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0800b8fff1
commit
daddc695fc
@@ -543,6 +543,9 @@ HOSTTOOLS_NONFATAL += "bzr"
|
||||
# Used by ssh fetcher
|
||||
HOSTTOOLS_NONFATAL += "scp"
|
||||
|
||||
# Used by Mercurial fetcher
|
||||
HOSTTOOLS_NONFATAL += "hg"
|
||||
|
||||
# Link to git-lfs if present
|
||||
HOSTTOOLS_NONFATAL += "git-lfs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user