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 | |
parent | 2b109b7754beaf970178878569c4d8d67674864e (diff) | |
download | openembedded-core-837f7e086768f3a7d0bb0a6a3ac0d217feb46deb.tar.gz openembedded-core-837f7e086768f3a7d0bb0a6a3ac0d217feb46deb.tar.bz2 openembedded-core-837f7e086768f3a7d0bb0a6a3ac0d217feb46deb.tar.xz openembedded-core-837f7e086768f3a7d0bb0a6a3ac0d217feb46deb.zip |
sanity.conf: Bump minimum bitbake version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2601 311d38ba-8fff-0310-9ca6-ca027cbcb966
-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 58313f27c..fe1e2282e 100644 --- a/meta/conf/sanity.conf +++ b/meta/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.6.2" +BB_MIN_VERSION = "1.8.8" INHERIT += "sanity" |