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: 2015-4~8990 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bf334f01cb90483ba304b4a830d53e705637b87a;p=openembedded-core.git sanity.conf: Require bitbake 1.16.0 (stable series) prior to release (and for explode_dep_versions changes) Signed-off-by: Richard Purdie --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index a6a5c20043..f765c24996 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"