]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.conf: update BB_MIN_VERSION to 1.46.0
authorSteve Sakoman <steve@sakoman.com>
Wed, 2 Sep 2020 19:49:51 +0000 (09:49 -1000)
committerSteve Sakoman <steve@sakoman.com>
Wed, 2 Sep 2020 19:49:51 +0000 (09:49 -1000)
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 <steve@sakoman.com>
meta/conf/sanity.conf

index 8b2f6553949f30feb1dbeeb3424f00ac60d3487e..e2a18a16fa3eadda8399a6317ec2d8d159b1c021 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.46.0"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"