From dea40c2850a32b5b67e90336f9565889f92dabe8 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 1 May 2014 16:38:04 -0300 Subject: 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 Signed-off-by: Richard Purdie --- 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 940db33f85..e518b84146 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" -- cgit 1.2.3-korg