From 7f4d05758593f3947ecff7df45f56b335e3964e9 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 9 Feb 2021 15:57:17 +0000 Subject: [PATCH] sanity.conf: Increase minimum bitbake version due to logging function change (From OE-Core rev: 8ddfab7b185dbba171afce80260e5638eb06a769) 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 8ae548941b..9582edd3af 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.47.0" +BB_MIN_VERSION = "1.49.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"