sanity: Require bitbake 1.29.1

This is for the improved exec_func functionality.

(From OE-Core rev: aedef9d6a585db9c1289f6117e72bdb576a1a304)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2016-03-30 21:23:25 +01:00
parent 1b2df6e942
commit 6af88d873a
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.29.0"
BB_MIN_VERSION = "1.29.1"
SANITY_ABIFILE = "${TMPDIR}/abi_version"