From 217a90f2ab02ec3c4e9653b528d7b584f6e37a42 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 16 Nov 2011 17:32:21 +0000 Subject: sanity.bbclass: No need to check for cvs any more (From OE-Core rev: dbe154965aa19ba30504895f0abc0575dd67d890) Signed-off-by: Richard Purdie --- meta/classes/sanity.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/sanity.bbclass') 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 @@ # 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. -- cgit v1.2.3-54-g00ecf