sanity.conf: Set the minimum bitbake version for OE.dev to 1.8.10
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 19 Feb 2008 11:31:24 +0000 (11:31 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Tue, 19 Feb 2008 11:31:24 +0000 (11:31 +0000)
conf/sanity.conf

index fe1e228..0d494f1 100644 (file)
@@ -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"