]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.bbclass: No need to check for cvs any more
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Nov 2011 17:32:21 +0000 (17:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Nov 2011 17:32:21 +0000 (17:32 +0000)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sanity.bbclass

index 53b82d73e3fcb8da088c317594045aae135fd910..53584eedf2bf59f36c2e3826c3d62f5abbaf68de 100644 (file)
@@ -2,7 +2,7 @@
 # Sanity check the users setup for common misconfigurations
 #
 
-SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk chrpath wget cpio"
+SANITY_REQUIRED_UTILITIES ?= "patch diffstat texi2html makeinfo svn bzip2 tar gzip gawk chrpath wget cpio"
 
 def raise_sanity_error(msg):
     bb.fatal(""" Poky's config sanity checker detected a potential misconfiguration.