From e0f5938737727c3a2d738cd595a1f891c444c3c8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 17 Feb 2022 12:24:46 +0000 Subject: [PATCH] sanity.conf: Require bitbake version 1.53.1 We require the code to handle variable renaming which is in this version of bitbake. Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 95931a2009..e6cb2b45fe 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 = "1.51.1" +BB_MIN_VERSION = "1.53.1" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- 2.40.1