1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

sanity.conf: Require bitbake version 1.13.2 at a minimum

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2011-06-30 20:36:26 +01:00
parent a99b6d4d09
commit e485b88daa
+1 -1
View File
@@ -3,7 +3,7 @@
# See sanity.bbclass
#
# Expert users can confirm their sanity with "touch conf/sanity.conf"
BB_MIN_VERSION = "1.13.1"
BB_MIN_VERSION = "1.13.2"
SANITY_ABIFILE = "${TMPDIR}/abi_version"