diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-16 17:32:21 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-16 17:32:46 +0000 |
commit | 217a90f2ab02ec3c4e9653b528d7b584f6e37a42 (patch) | |
tree | e07ab6bc2c90099f6df18a791106a9217630fa8e | |
parent | 4fa4a4ba0332671749d681aa2f8a1bf159537312 (diff) | |
download | poky-217a90f2ab02ec3c4e9653b528d7b584f6e37a42.tar.gz |
sanity.bbclass: No need to check for cvs any more
(From OE-Core rev: dbe154965aa19ba30504895f0abc0575dd67d890)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 53b82d73e3..53584eedf2 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -2,7 +2,7 @@ | |||
2 | # Sanity check the users setup for common misconfigurations | 2 | # Sanity check the users setup for common misconfigurations |
3 | # | 3 | # |
4 | 4 | ||
5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk chrpath wget cpio" | 5 | SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo svn bzip2 tar gzip gawk chrpath wget cpio" |
6 | 6 | ||
7 | def raise_sanity_error(msg): | 7 | def raise_sanity_error(msg): |
8 | bb.fatal(""" Poky's config sanity checker detected a potential misconfiguration. | 8 | bb.fatal(""" Poky's config sanity checker detected a potential misconfiguration. |