From: Pavel Zhukov Date: Wed, 1 Feb 2023 13:57:44 +0000 (+0100) Subject: bitbake.conf: Add mercurial to HOSTTOOLS_NONFATAL X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1788 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf72a195961081d83ec049021c3a9bdf920fa57;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git bitbake.conf: Add mercurial to HOSTTOOLS_NONFATAL Signed-off-by: Pavel Zhukov Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 530b068757b..dcf6ce99d13 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"