diff options
author | Koen Kooi <koen@openembedded.org> | 2007-09-04 06:49:01 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-09-04 06:49:01 +0000 |
commit | b01e3c3c6d4e218b4f344df0f164f7b50045afa4 (patch) | |
tree | 8792aaa3ebb0d5d15cc5e9bd464aa0853def475b /conf/sanity.conf | |
parent | 95b805455fd6e2e1cd058eeeddfe200277a8c44a (diff) |
bitbake: require 1.8.8
Diffstat (limited to 'conf/sanity.conf')
-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 163b63195e..fe1e2282e4 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.8.5" +BB_MIN_VERSION = "1.8.8" INHERIT += "sanity" |