sanity.conf: Increase minimum version requirement to 1.33.3

This pulls in changes to bb.utils.which() for HOSTTOOLS.

(From OE-Core rev: 398fd35bfc2b4795067e25659841adaeea211809)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2017-03-30 16:42:53 +01:00
parent 707e74ffbc
commit 555c48fb01
1 changed files with 1 additions and 1 deletions

View File

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