]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.bbclass: add wget to required utilities
authorPaul Eggleton <paul.eggleton@intel.com>
Thu, 18 Nov 2010 11:34:27 +0000 (11:34 +0000)
committerSaul Wold <sgw@linux.intel.com>
Mon, 22 Nov 2010 17:56:09 +0000 (09:56 -0800)
Signed-off-by: Paul Eggleton <paul.eggleton@intel.com>
meta/classes/sanity.bbclass

index 7f1f8000df21bf07e28f8d526359edd77c1330d0..06aeddc3b0f2ad234e0711be8744efaef5d0e378 100644 (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: