From: Richard Purdie Date: Tue, 9 Feb 2021 15:57:17 +0000 (+0000) Subject: sanity.conf: Increase minimum bitbake version due to logging function change X-Git-Tag: yocto-4.0~4368 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ddfab7b185dbba171afce80260e5638eb06a769;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity.conf: Increase minimum bitbake version due to logging function change Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 8ae548941b5..9582edd3aff 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.47.0" +BB_MIN_VERSION = "1.49.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"