From: Ross Burton Date: Fri, 26 Jan 2024 16:19:35 +0000 (+0000) Subject: sanity: require bitbake 2.7.2 for the inherit_defer statement X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6840823656c5d36c1d7a467509ca13a79453a8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity: require bitbake 2.7.2 for the inherit_defer statement Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 435455d9fb4..c3e6c5179c6 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.1" +BB_MIN_VERSION = "2.7.2" SANITY_ABIFILE = "${TMPDIR}/abi_version"