diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-11-20 17:40:43 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-11-20 17:40:43 +0000 |
commit | b00551ef66c6e11cca4b4aefdbb26f43d9257e5d (patch) | |
tree | d8b293211cfa1a17fe223e634f5ae382c7f59133 /conf | |
parent | caf077679022f37ce55d758101f130e4e93bd7b5 (diff) |
sanity.conf: Set minimum bitbake version to 1.6.2
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 6f30cd24ea..58313f27ca 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.4.2" +BB_MIN_VERSION = "1.6.2" INHERIT += "sanity" |