aboutsummaryrefslogtreecommitdiffstats
path: root/conf/sanity.conf
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2008-02-19 11:31:24 +0000
committerRichard Purdie <rpurdie@rpsys.net>2008-02-19 11:31:24 +0000
commitea207caf4f396116444d2eb734de37fc16248a71 (patch)
treec3515b949cf6734f30022080cb276bd940f1cbf6 /conf/sanity.conf
parent7904f3397095b3b1d8b7eb96a10c455019a1e71b (diff)
downloadopenembedded-ea207caf4f396116444d2eb734de37fc16248a71.tar.gz
sanity.conf: Set the minimum bitbake version for OE.dev to 1.8.10
Diffstat (limited to 'conf/sanity.conf')
-rw-r--r--conf/sanity.conf2
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"