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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-02-06 13:13:38 +00:00
parent 945cd710cb
commit ccde53bfa7
1 changed files with 1 additions and 1 deletions

View 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"