From: Richard Purdie Date: Tue, 2 Oct 2012 10:32:01 +0000 (+0100) Subject: sanity.conf: Require bitbake 1.16.0 (stable series) prior to release (and for explode... X-Git-Tag: rev_ivi_2015_02_04~15304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6aee9833cb72196630c7422dff7a93fe50bd4c54;p=scm%2Fbb%2Ftizen-distro.git sanity.conf: Require bitbake 1.16.0 (stable series) prior to release (and for explode_dep_versions changes) (From OE-Core rev: bf334f01cb90483ba304b4a830d53e705637b87a) Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index a6a5c20..f765c24 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.15.3" +BB_MIN_VERSION = "1.16.0" SANITY_ABIFILE = "${TMPDIR}/abi_version"