]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.conf: Update minimum bitbake version
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 13:13:38 +0000 (13:13 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 6 Feb 2013 13:13:41 +0000 (13:13 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/conf/sanity.conf

index ad092c44efea61632944f9c0493b0e5b8adfb8a6..766b289cddc3047f03dd9baa9690d50036732a57 100644 (file)
@@ -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"