sanity.conf: Increase minimum bitbake version due to logging function change

(From OE-Core rev: 8ddfab7b185dbba171afce80260e5638eb06a769)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2021-02-09 15:57:17 +00:00
parent e1691ae855
commit 7f4d057585

View File

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