]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity: Update minimum version requirement to 1.31.2
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2016 09:09:28 +0000 (10:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 5 Oct 2016 09:09:30 +0000 (10:09 +0100)
This is so we can depend on the bb event threading fix which
prevents event pipe corruption.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/sanity.conf

index e07b09da74544accdc562bc94e718b7fb3822047..dcf60b74dce69d74889b43445f18cadbe8e5d83f 100644 (file)
@@ -3,7 +3,7 @@
 # See sanity.bbclass
 #
 # Expert users can confirm their sanity with "touch conf/sanity.conf"
-BB_MIN_VERSION = "1.31.1"
+BB_MIN_VERSION = "1.31.2"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"