]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity: Bump BitBake minimal version to 1.23.0
authorOtavio Salvador <otavio@ossystems.com.br>
Thu, 1 May 2014 19:38:04 +0000 (16:38 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 1 May 2014 21:48:47 +0000 (22:48 +0100)
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.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/sanity.conf

index 940db33f8553a4b27457c1bdcc60204303ab4b6d..e518b84146ae568f0554182bc4109905e6fc8113 100644 (file)
@@ -3,7 +3,7 @@
 # See sanity.bbclass
 #
 # 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"