1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

sanity.conf: Update minimum version requirement for devtool

A recent devtool change needs bitbake changes so bump the minmium bitbake
version requirement to match.

(From OE-Core rev: e7b624c268cb917c00e88e8e9a6a87585eb98eac)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2017-02-07 14:47:49 +00:00
parent 529582a238
commit 75aafde619
+1 -1
View File
@@ -3,7 +3,7 @@
# See sanity.bbclass
#
# Expert users can confirm their sanity with "touch conf/sanity.conf"
BB_MIN_VERSION = "1.33.0"
BB_MIN_VERSION = "1.33.1"
SANITY_ABIFILE = "${TMPDIR}/abi_version"