diff options
author | Koen Kooi <koen@openembedded.org> | 2007-07-01 08:36:56 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-07-01 08:36:56 +0000 |
commit | 71e0adfd56250f65d3d71959f8e080a2b0714f45 (patch) | |
tree | da3b91c5e4b638b881aa06b923b1bd2e816c7780 | |
parent | 563109bd191f3015c5c65e21a936502285ff2fb6 (diff) |
sanity.conf: require bitbake 1.8.5, the two month wait is over
-rw-r--r-- | conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/sanity.conf b/conf/sanity.conf index 3a1dec9059..163b63195e 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.6.8" +BB_MIN_VERSION = "1.8.5" INHERIT += "sanity" |