diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-12 13:43:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-12 13:44:46 +0000 |
| commit | 283a3027740fb1fcd8e8065b90b8227fad3e9e7a (patch) | |
| tree | 9088a8b8bdc1f11359401c988b855f31d2bb66a0 | |
| parent | 1c2d632a02af354f68a31ca808122c9e11d75eac (diff) | |
| download | poky-283a3027740fb1fcd8e8065b90b8227fad3e9e7a.tar.gz | |
sanity: Bump minimum version to 1.29.0
This requires the python expansion changes and allow SRCPV
to work correctly without errors.
(From OE-Core rev: 40efff29ad458937222c3dbeba070c525103907c)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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 dd156d2827..0f852d140c 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.27.1" | 6 | BB_MIN_VERSION = "1.29.0" |
| 7 | 7 | ||
| 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" | 8 | SANITY_ABIFILE = "${TMPDIR}/abi_version" |
| 9 | 9 | ||
