From 1da9f55ed84c3bec2dda080fb10613752dbd5685 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 30 Jul 2021 14:29:12 +0100 Subject: [PATCH] sanity.conf: Require bitbake 1.51.1 We require 1.51.1 which has the override syntax changes in it. 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 2ac5ae3623..95931a2009 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.0" +BB_MIN_VERSION = "1.51.1" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- 2.40.1