From: Richard Purdie Date: Tue, 16 Jun 2020 22:42:54 +0000 (+0100) Subject: sanity.conf: Require bitbake 1.47.0 as the minimum version X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~10754 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb0213721893e5336995b38faffc7b65338a1b5f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sanity.conf: Require bitbake 1.47.0 as the minimum version The recent siggen changes need the new version of bitbake, update the minimum version to match (should also help the TERM environment change too). Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 8b2f6553949..8ae548941b5 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.43.2" +BB_MIN_VERSION = "1.47.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"