From: Richard Purdie Date: Tue, 19 Feb 2008 11:31:24 +0000 (+0000) Subject: sanity.conf: Set the minimum bitbake version for OE.dev to 1.8.10 X-Git-Tag: Release-2010-05/1~7653^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea207caf4f396116444d2eb734de37fc16248a71;p=openembedded.git sanity.conf: Set the minimum bitbake version for OE.dev to 1.8.10 --- diff --git a/conf/sanity.conf b/conf/sanity.conf index fe1e2282e4..0d494f1409 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.8.8" +BB_MIN_VERSION = "1.8.10" INHERIT += "sanity"