[OE-core] [PATCH] sanity: Bump BitBake minimal version to 1.23.0

Otavio Salvador otavio at ossystems.com.br
Thu May 1 19:38:04 UTC 2014


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 at ossystems.com.br>
---
 meta/conf/sanity.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf
index 940db33..b028026 100644
--- a/meta/conf/sanity.conf
+++ b/meta/conf/sanity.conf
@@ -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.0"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"
 
-- 
2.0.0.rc0




More information about the Openembedded-core mailing list