diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-23 09:03:34 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-23 09:04:29 +0100 |
commit | 04d2f75b4a796e4f4020625fc6fbfe3e0c6dd247 (patch) | |
tree | a8ede1a46f93cfd4568377b5077783300e051022 /meta | |
parent | d2ef693c9acac28e346cb7773dfefefeb8617075 (diff) | |
download | poky-04d2f75b4a796e4f4020625fc6fbfe3e0c6dd247.tar.gz |
sanity.conf: Update minimum bitbake version to 1.39.1
We need this for the new break_hardlinks helper function.
(From OE-Core rev: d6ccefd347bf31acf8d31996d796717acb4da74f)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 390d3427a2..45e6752518 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.35.0" | 6 | BB_MIN_VERSION = "1.39.1" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||