From: Steve Sakoman Date: Wed, 2 Sep 2020 19:49:51 +0000 (-1000) Subject: sanity.conf: update BB_MIN_VERSION to 1.46.0 X-Git-Tag: 2020-04.3-dunfell~45 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5d8b81fd0f1a25fab6de6e23223e46ec54a8cf66;p=openembedded-core.git sanity.conf: update BB_MIN_VERSION to 1.46.0 npm changes were merged that require bitbake 1.46.0, you can't do a recipetool newappend on dunfell otherwise Signed-off-by: Steve Sakoman --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 8b2f655394..e2a18a16fa 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.46.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"