summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2020-09-02 09:49:51 -1000
committerSteve Sakoman <steve@sakoman.com>2020-09-02 09:49:51 -1000
commit5d8b81fd0f1a25fab6de6e23223e46ec54a8cf66 (patch)
tree94a149d1c78811d6421bc6341a45beaf515b896b
parentb0fb7f18f9091db50204ef1ebd5248739ddcd6c2 (diff)
downloadopenembedded-core-contrib-5d8b81fd0f1a25fab6de6e23223e46ec54a8cf66.tar.gz
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 <steve@sakoman.com>
-rw-r--r--meta/conf/sanity.conf2
1 files changed, 1 insertions, 1 deletions
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"