From: Richard Purdie Date: Mon, 19 Feb 2024 11:57:47 +0000 (+0000) Subject: sanity.conf: Require bitbake 2.7.3 X-Git-Tag: yocto-5.2~3612 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7172fd527fde440f26dd6cc371cde2720dbaa366;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity.conf: Require bitbake 2.7.3 Due to hashserv API changes in siggen, we need bitbake 2.7.3. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index c3e6c5179c6..d2f56a3fb00 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf @@ -3,7 +3,7 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "2.7.2" +BB_MIN_VERSION = "2.7.3" SANITY_ABIFILE = "${TMPDIR}/abi_version"