diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-30 14:29:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bc40dd53570d1ee4c395bf2302918653013c05a4 (patch) | |
tree | 368c23e01b1b51c41ce39b47a1741f3e3c3ac224 /meta/conf | |
parent | 7dee8924ca0a4561a60c717e81d9f03e66538178 (diff) | |
download | poky-bc40dd53570d1ee4c395bf2302918653013c05a4.tar.gz |
sanity.conf: Require bitbake 1.51.1
We require 1.51.1 which has the override syntax changes in it.
(From OE-Core rev: 1da9f55ed84c3bec2dda080fb10613752dbd5685)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/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 2ac5ae3623..95931a2009 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.51.0" | 6 | BB_MIN_VERSION = "1.51.1" |
7 | 7 | ||
8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
9 | 9 | ||