public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Otavio Salvador <otavio@ossystems.com.br>
Cc: OpenEmbedded Core Mailing List
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] sanity: Bump BitBake minimal version to 1.23.0
Date: Thu, 01 May 2014 22:14:46 +0100	[thread overview]
Message-ID: <1398978886.12731.5.camel@ted> (raw)
In-Reply-To: <1398973084-16849-1-git-send-email-otavio@ossystems.com.br>

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@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
> 




  reply	other threads:[~2014-05-01 21:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-01 19:38 [PATCH] sanity: Bump BitBake minimal version to 1.23.0 Otavio Salvador
2014-05-01 21:14 ` Richard Purdie [this message]
2014-05-01 21:16   ` Otavio Salvador
2014-05-01 22:17     ` Richard Purdie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1398978886.12731.5.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=otavio@ossystems.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox