From 027dc0ec80b570c79f4adb0deabb63bcf3c49b78 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 6 Feb 2013 13:13:38 +0000 Subject: 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. Signed-off-by: Richard Purdie --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/sanity.conf') 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" -- cgit 1.2.3-korg