From d9cb21854b139e9f8620ee256a3957db542494da Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 2 Aug 2019 16:21:24 +0100 Subject: sanity.conf: Require bitbake 1.43.1 We depend on a number of bitbake API changes, bump the min bitbake version requirement. (From OE-Core rev: 908cdd669b083b172f7cd53dd020629affee360c) 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 45e6752518..92e1886990 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.39.1" +BB_MIN_VERSION = "1.43.1" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit 1.2.3-korg