summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-07 09:05:57 +0100
committerSaul Wold <sgw@linux.intel.com>2011-05-10 07:55:55 -0700
commit67ef061d39a360c3ce52ad4fa450fc25ba3a44d3 (patch)
treef00346acfccb97d7a86a82779040fe5d62ba204e /meta
parent5d3bfbbd187c4eb9fbfe66f0a9f3f22e5ce94427 (diff)
downloadpoky-67ef061d39a360c3ce52ad4fa450fc25ba3a44d3.tar.gz
sanity.bbclass: Add cpio to list of required utilities tested for
(From OE-Core rev: 4f4bac0a459fe238e105e96b2b59b6af88e639c4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/sanity.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass
index 6e13d2ac4d..076ffb0eaa 100644
--- a/meta/classes/sanity.bbclass
+++ b/meta/classes/sanity.bbclass
@@ -168,7 +168,7 @@ def check_sanity(e):
168 if not check_app_exists('${BUILD_PREFIX}g++', e.data): 168 if not check_app_exists('${BUILD_PREFIX}g++', e.data):
169 missing = missing + "C++ Compiler (%sg++)," % data.getVar("BUILD_PREFIX", e.data, True) 169 missing = missing + "C++ Compiler (%sg++)," % data.getVar("BUILD_PREFIX", e.data, True)
170 170
171 required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath wget" 171 required_utilities = "patch help2man diffstat texi2html makeinfo cvs svn bzip2 tar gzip gawk hg chrpath wget cpio"
172 172
173 # qemu-native needs gcc 3.x 173 # qemu-native needs gcc 3.x
174 if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: 174 if "qemu-native" not in assume_provided and "gcc3-native" in assume_provided: