[oe-commits] Otavio Salvador : sanity: Bump BitBake minimal version to 1.23.0

git at git.openembedded.org git at git.openembedded.org
Thu May 1 21:49:19 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: dea40c2850a32b5b67e90336f9565889f92dabe8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=dea40c2850a32b5b67e90336f9565889f92dabe8

Author: Otavio Salvador <otavio at ossystems.com.br>
Date:   Thu May  1 16:38:04 2014 -0300

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.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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..e518b84 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.1"
 
 SANITY_ABIFILE = "${TMPDIR}/abi_version"
 



More information about the Openembedded-commits mailing list