Message ID | 20230201135743.27494-1-pavel@zhukoff.net |
---|---|
State | Accepted, archived |
Commit | 8cf72a195961081d83ec049021c3a9bdf920fa57 |
Headers | show |
Series | bitbake.conf: Add mercurial to HOSTTOOLS_NONFATAL | expand |
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 5aadf6e707..880a91826b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -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"
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net> --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+)