From: Richard Purdie Date: Wed, 6 Feb 2013 13:13:38 +0000 (+0000) Subject: sanity.conf: Update minimum bitbake version X-Git-Tag: yocto-4.0~34032 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=027dc0ec80b570c79f4adb0deabb63bcf3c49b78;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 ad092c44efe..766b289cddc 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"