sanity: Bump minimum version to 1.29.0

This requires the python expansion changes and allow SRCPV
to work correctly without errors.

(From OE-Core rev: 40efff29ad458937222c3dbeba070c525103907c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2016-02-12 13:43:40 +00:00
parent 1c2d632a02
commit 283a302774

View File

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