mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
sanity.conf: Require bitbake 1.51.0
We're about to require bb.utils.rename() so depend on the correct version of bitbake. (From OE-Core rev: ed2b18ed6e76a3bc050a1c48526c114de5cb1a93) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# See sanity.bbclass
|
||||
#
|
||||
# Expert users can confirm their sanity with "touch conf/sanity.conf"
|
||||
BB_MIN_VERSION = "1.49.2"
|
||||
BB_MIN_VERSION = "1.51.0"
|
||||
|
||||
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user