From ed2b18ed6e76a3bc050a1c48526c114de5cb1a93 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 6 May 2021 11:12:05 +0100 Subject: sanity.conf: Require bitbake 1.51.0 We're about to require bb.utils.rename() so depend on the correct version of bitbake. Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index ef7cee6b6b..68d4523afc 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.49.2" +BB_MIN_VERSION = "1.51.0" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit 1.2.3-korg