sanity.bbclass: add wget to required utilities

Signed-off-by: Paul Eggleton <paul.eggleton@intel.com>
This commit is contained in:
Paul Eggleton
2010-11-18 11:34:27 +00:00
committed by Saul Wold
parent 94b1fda096
commit 4d6a8d2574

View File

@@ -106,7 +106,7 @@ def check_sanity(e):
if not check_app_exists('${BUILD_PREFIX}g++', e.data):
missing = missing + "C++ Compiler (%sg++)," % data.getVar("BUILD_PREFIX", e.data, True)
required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath"
required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath wget"
# qemu-native needs gcc 3.x
if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: