sanity: Require bitbake 1.33.2

We want to update to a version with the bb.utils.filter() function.

(From OE-Core rev: 6db26339522a22c3e3c13287ea0c9daf40c7c15e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2017-02-24 13:18:01 -08:00
parent 0b8d85a094
commit dec5650bc2
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.1"
BB_MIN_VERSION = "1.33.2"
SANITY_ABIFILE = "${TMPDIR}/abi_version"