sanity.conf: Update minimum bitbake version to 1.23.2 due to event changes

(From OE-Core rev: b4e2a769e8def2e78ffca3f006a0cc88407aaeda)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2014-09-23 21:47:01 +01:00
parent 88f76f8f4e
commit 9a3781d8ef

View File

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