sanity.conf: Set minimum bitbake version to 1.6.2
authorRichard Purdie <rpurdie@rpsys.net>
Mon, 20 Nov 2006 17:40:43 +0000 (17:40 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Mon, 20 Nov 2006 17:40:43 +0000 (17:40 +0000)
conf/sanity.conf

index 6f30cd2..58313f2 100644 (file)
@@ -3,6 +3,6 @@
 # See sanity.bbclass
 #
 # Expert users can confirm their sanity with "touch conf/sanity.conf"
-BB_MIN_VERSION = "1.4.2"
+BB_MIN_VERSION = "1.6.2"
 INHERIT += "sanity"