mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
sanity.bbclass: No need to check for cvs any more
(From OE-Core rev: dbe154965aa19ba30504895f0abc0575dd67d890) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user