mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 11:14:38 +00:00
sanity: Require bitbake 2.7.1
We need bitbake 2.7.1 due to the find_siginfo changes. (From OE-Core rev: b8b6c3ebf6821b28dd1a350ccd74e47dc4bbd593) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a7aa37f2fd
commit
871b000464
@ -3,7 +3,7 @@
|
||||
# See sanity.bbclass
|
||||
#
|
||||
# Expert users can confirm their sanity with "touch conf/sanity.conf"
|
||||
BB_MIN_VERSION = "2.6.1"
|
||||
BB_MIN_VERSION = "2.7.1"
|
||||
|
||||
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user