From: Richard Purdie Date: Wed, 6 Feb 2013 13:13:38 +0000 (+0000) Subject: sanity.conf: Update minimum bitbake version X-Git-Tag: 2015-4~7651 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=027dc0ec80b570c79f4adb0deabb63bcf3c49b78;p=openembedded-core.git 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 --- 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"