]> code.ossystems Code Review - openembedded-core.git/commitdiff
sanity.bbclass: Add cpio to list of required utilities tested for
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 May 2011 08:05:57 +0000 (09:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 May 2011 08:05:57 +0000 (09:05 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sanity.bbclass

index df5a872103dea056c657fac80f4c500c1a7bc19d..6bcfa96487c4af08e7c39ffdf357d56ee55ac0fb 100644 (file)
@@ -168,7 +168,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 wget"
+    required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath wget cpio"
 
     # qemu-native needs gcc 3.x
     if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: