sanity.conf: Require bitbake 1.43.1

We depend on a number of bitbake API changes, bump the min bitbake
version requirement.

(From OE-Core rev: 908cdd669b083b172f7cd53dd020629affee360c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2019-08-02 16:21:24 +01:00
parent 8fc23b8c1c
commit d9cb21854b

View File

@@ -3,7 +3,7 @@
# See sanity.bbclass
#
# Expert users can confirm their sanity with "touch conf/sanity.conf"
BB_MIN_VERSION = "1.39.1"
BB_MIN_VERSION = "1.43.1"
SANITY_ABIFILE = "${TMPDIR}/abi_version"