sanity: require bitbake 2.7.2 for the inherit_defer statement

(From OE-Core rev: 3f6840823656c5d36c1d7a467509ca13a79453a8)

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton
2024-01-26 16:19:35 +00:00
committed by Richard Purdie
parent ff0bc2a284
commit f81d74f970

View File

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