From ccde53bfa7696eba6f13eab19c38793e81d64f8b Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 6 Feb 2013 13:13:38 +0000 Subject: [PATCH] sanity.conf: Update minimum bitbake version We need this for the multiprocessing pool issues in python < 2.7.3 whic we now use in do_package. (From OE-Core rev: 027dc0ec80b570c79f4adb0deabb63bcf3c49b78) 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 ad092c44ef..766b289cdd 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.17.0" +BB_MIN_VERSION = "1.17.1" SANITY_ABIFILE = "${TMPDIR}/abi_version"