From 837f7e086768f3a7d0bb0a6a3ac0d217feb46deb Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 29 Aug 2007 21:41:11 +0000 Subject: sanity.conf: Bump minimum bitbake version git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2601 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/conf/sanity.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/sanity.conf') diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 58313f27ca..fe1e2282e4 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.6.2" +BB_MIN_VERSION = "1.8.8" INHERIT += "sanity" -- cgit 1.2.3-korg