conf/sanity.conf: Set the minimum bitbake version correctly, we've needed recent bitbake features for a while

(From OE-Core rev: f6a38cd75edb46858da6950b5ec029db8a12d801)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-06-09 22:43:26 +01:00
parent 92e165c4bc
commit 69c87c5ebb

View File

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