sanity.conf: Require bitbake 1.16.0 (stable series) prior to release (and for explode_dep_versions changes)

(From OE-Core rev: bf334f01cb90483ba304b4a830d53e705637b87a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2012-10-02 11:32:01 +01:00
parent ae4552ac1b
commit 35e6121a58
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.15.3"
BB_MIN_VERSION = "1.16.0"
SANITY_ABIFILE = "${TMPDIR}/abi_version"