]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.conf: Require bitbake 1.47.0 as the minimum version
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Jun 2020 22:42:54 +0000 (23:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 17 Jun 2020 10:09:28 +0000 (11:09 +0100)
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 <richard.purdie@linuxfoundation.org>
meta/conf/sanity.conf

index 8b2f6553949f30feb1dbeeb3424f00ac60d3487e..8ae548941b55964baddb2285b40b4271d3f84089 100644 (file)
@@ -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"