diff mbox series

sanity: require bitbake 2.7.2 for the inherit_defer statement

Message ID 20240126161935.2841809-1-ross.burton@arm.com
State Accepted, archived
Commit 3f6840823656c5d36c1d7a467509ca13a79453a8
Headers show
Series sanity: require bitbake 2.7.2 for the inherit_defer statement | expand

Commit Message

Ross Burton Jan. 26, 2024, 4:19 p.m. UTC
From: Ross Burton <ross.burton@arm.com>

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/conf/sanity.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index 435455d9fb4..c3e6c5179c6 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -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"