[oe-commits] [openembedded-core] 01/04: sanity: Update minimum version requirement to 1.31.2

git at git.openembedded.org git at git.openembedded.org
Wed Oct 5 09:11:50 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 728269fe2839533a05e7f2532209466dc34e4174
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Wed Oct 5 10:09:28 2016 +0100

    sanity: Update minimum version requirement to 1.31.2
    
    This is so we can depend on the bb event threading fix which
    prevents event pipe corruption.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/sanity.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index e07b09d..dcf60b7 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.31.1"
+BB_MIN_VERSION = "1.31.2"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list