diff options
author | Koen Kooi <koen@openembedded.org> | 2007-12-07 10:35:59 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-12-07 10:35:59 +0000 |
commit | ce8dec58012a1dbf2d23455c140acc7b96abe10d (patch) | |
tree | f0f595d8b266c5fc0f99292417aa4ca000922fa7 /conf | |
parent | 93d0724abeff10da222dd966a326c7966a4725e1 (diff) |
sanity.conf: bump bitbake to 1.8.9 for lockfile changes
Diffstat (limited to '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 fe1e2282e4..842cab52d6 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.8" +BB_MIN_VERSION = "1.8.9" INHERIT += "sanity" |