sanity: Require bitbake 1.33.4

We need the bitbake bug in recrdeptask handling of missing tasks fixed in
order to apply a fix for OE-Core.

(From OE-Core rev: ef16288f3e1e801e5c763ed49fad8eb0c885183e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2017-04-06 12:22:33 +01:00
parent 16b822509a
commit 66bd8b8247
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.3"
BB_MIN_VERSION = "1.33.4"
SANITY_ABIFILE = "${TMPDIR}/abi_version"