From 6db26339522a22c3e3c13287ea0c9daf40c7c15e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 24 Feb 2017 13:18:01 -0800 Subject: sanity: Require bitbake 1.33.2 We want to update to a version with the bb.utils.filter() function. 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 88b1345237..5d8aba3fce 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.33.1" +BB_MIN_VERSION = "1.33.2" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit v1.2.3