diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2008-02-19 11:31:24 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2008-02-19 11:31:24 +0000 |
commit | ea207caf4f396116444d2eb734de37fc16248a71 (patch) | |
tree | c3515b949cf6734f30022080cb276bd940f1cbf6 /conf | |
parent | 7904f3397095b3b1d8b7eb96a10c455019a1e71b (diff) |
sanity.conf: Set the minimum bitbake version for OE.dev to 1.8.10
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..0d494f1409 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.10" INHERIT += "sanity" |