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

Richard Purdie richard.purdie at linuxfoundation.org
Thu May 1 21:14:46 UTC 2014


On Thu, 2014-05-01 at 16:38 -0300, Otavio Salvador wrote:
> 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(-)

Technically its not quite this simple since versions of bitbake exist
where the contains_any() function is missing yet the version is 1.23.0.
We therefore should bump bitbake, then bump the version here to do this
correctly.

Cheers,

Richard

> 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