mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
sanity: Bump BitBake minimal version to 1.23.0
The metadata started using the bb.utils.contains_any which has been add in the BitBake 1.23.0 release, set this as the minimal version to ensure parsing compatibility. (From OE-Core rev: dea40c2850a32b5b67e90336f9565889f92dabe8) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
afcf8e87aa
commit
f7bbe9ce76
@@ -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 = "1.21.1"
|
BB_MIN_VERSION = "1.23.1"
|
||||||
|
|
||||||
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
SANITY_ABIFILE = "${TMPDIR}/abi_version"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user