From: Richard Purdie Date: Thu, 6 May 2021 10:12:05 +0000 (+0100) Subject: sanity.conf: Require bitbake 1.51.0 X-Git-Tag: uninative-3.2~210 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ed2b18ed6e76a3bc050a1c48526c114de5cb1a93;p=openembedded-core.git sanity.conf: Require bitbake 1.51.0 We're about to require bb.utils.rename() so depend on the correct version of bitbake. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index ef7cee6b6b..68d4523afc 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 = "1.49.2" +BB_MIN_VERSION = "1.51.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"