From 728269fe2839533a05e7f2532209466dc34e4174 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 5 Oct 2016 10:09:28 +0100 Subject: sanity: Update minimum version requirement to 1.31.2 This is so we can depend on the bb event threading fix which prevents event pipe corruption. Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index e07b09da74..dcf60b74dc 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.31.1" +BB_MIN_VERSION = "1.31.2" SANITY_ABIFILE = "${TMPDIR}/abi_version" -- cgit 1.2.3-korg