diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-29 21:41:11 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-29 21:41:11 +0000 |
commit | 837f7e086768f3a7d0bb0a6a3ac0d217feb46deb (patch) | |
tree | 27cf4c30d0efcba52b838fb9664795af360ce346 /meta/conf/sanity.conf | |
parent | 2b109b7754beaf970178878569c4d8d67674864e (diff) | |
download | poky-837f7e086768f3a7d0bb0a6a3ac0d217feb46deb.tar.gz |
sanity.conf: Bump minimum bitbake version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2601 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf/sanity.conf')
-rw-r--r-- | meta/conf/sanity.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/sanity.conf b/meta/conf/sanity.conf index 58313f27ca..fe1e2282e4 100644 --- a/meta/conf/sanity.conf +++ b/meta/conf/sanity.conf | |||
@@ -3,6 +3,6 @@ | |||
3 | # See sanity.bbclass | 3 | # See sanity.bbclass |
4 | # | 4 | # |
5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" | 5 | # Expert users can confirm their sanity with "touch conf/sanity.conf" |
6 | BB_MIN_VERSION = "1.6.2" | 6 | BB_MIN_VERSION = "1.8.8" |
7 | INHERIT += "sanity" | 7 | INHERIT += "sanity" |
8 | 8 | ||