diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-05 10:09:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-05 10:10:11 +0100 |
commit | 45f401abe59978b822e6198186ac5cd8c75d56ee (patch) | |
tree | a02654caf927fba512c6414e6c4c20604f1d9e5f /meta/conf/sanity.conf | |
parent | f5f3ccfd0ab5f998594dddf1c1ea74b9a5f834c5 (diff) | |
download | poky-45f401abe59978b822e6198186ac5cd8c75d56ee.tar.gz |
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.
(From OE-Core rev: 728269fe2839533a05e7f2532209466dc34e4174)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r-- | meta/conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index e07b09da74..dcf60b74dc 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
@@ -3,7 +3,7 @@ | |||
3 | # See sanity.bbclass | 3 | # See sanity.bbclass |
4 | # | 4 | # |
5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" | 5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" |
6 | BB_MIN_VERSION = "1.31.1" | 6 | BB_MIN_VERSION = "1.31.2" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||