From: Richard Purdie Date: Mon, 20 Nov 2006 17:40:43 +0000 (+0000) Subject: sanity.conf: Set minimum bitbake version to 1.6.2 X-Git-Tag: Release-2010-05/1~9453^2~383 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00551ef66c6e11cca4b4aefdbb26f43d9257e5d;p=openembedded.git sanity.conf: Set minimum bitbake version to 1.6.2 --- diff --git a/conf/sanity.conf b/conf/sanity.conf index 6f30cd24ea..58313f27ca 100644 --- a/conf/sanity.conf +++ b/conf/sanity.conf @@ -3,6 +3,6 @@ # See sanity.bbclass # # Expert users can confirm their sanity with "touch conf/sanity.conf" -BB_MIN_VERSION = "1.4.2" +BB_MIN_VERSION = "1.6.2" INHERIT += "sanity"