mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
sanity: Require minimum of bitbake 2.15.1
This is needed for tinfoil and umask helper function changes. (From OE-Core rev: d1c39b29f21719b349072c51a761fa19770a49ea) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
5336309d6f
commit
243d54fd46
|
@ -3,7 +3,7 @@
|
||||||
# See sanity.bbclass
|
# See sanity.bbclass
|
||||||
#
|
#
|
||||||
# Expert users can confirm their sanity with "touch conf/sanity.conf"
|
# Expert users can confirm their sanity with "touch conf/sanity.conf"
|
||||||
BB_MIN_VERSION = "2.15.0"
|
BB_MIN_VERSION = "2.15.1"
|
||||||
|
|
||||||
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user