From: Richard Purdie Date: Sun, 27 Aug 2006 22:05:00 +0000 (+0000) Subject: sanity.conf: Update minimum bitbake version X-Git-Tag: 2011-1~12740 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3fb64b4e5042ac94e5ebb781adb447b26e484a48;p=openembedded-core.git sanity.conf: Update minimum bitbake version git-svn-id: https://svn.o-hand.com/repos/poky/trunk@658 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 93700ef145..5a6e3defb6 100644 --- a/meta/conf/sanity.conf +++ b/meta/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.3.3" +BB_MIN_VERSION = "1.4.3" INHERIT += "sanity"