From: Richard Purdie Date: Sun, 10 Jun 2007 17:37:40 +0000 (+0000) Subject: sanity.conf: Increase bitbake minumum version to 1.6.8 since earlier 1.6 releases... X-Git-Tag: Release-2010-05/1~8868^2~400^2~22^2~7^2~1 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=748f5cebb6d1e7f057b0ecf475cf8c7c8c4cc9f9;p=openembedded.git sanity.conf: Increase bitbake minumum version to 1.6.8 since earlier 1.6 releases don't work with .dev properly --- diff --git a/conf/sanity.conf b/conf/sanity.conf index 58313f27ca..3a1dec9059 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.6.2" +BB_MIN_VERSION = "1.6.8" INHERIT += "sanity"