diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-01 13:05:06 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-01 13:05:06 +0000 |
commit | 315b113c8365b53d256f50d846cf209b6388e20a (patch) | |
tree | bb06afd627c6f6deaeb5f25986aa7c1118cb6692 | |
parent | 2a2673811815b4e692a27b96dd5e3c70cd86fe4a (diff) | |
download | poky-315b113c8365b53d256f50d846cf209b6388e20a.tar.gz |
sanity: Add check for help2man
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2275 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/classes/sanity.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index 5fbf075db9..71dc26fa7d 100644 --- a/meta/classes/sanity.bbclass +++ b/meta/classes/sanity.bbclass | |||
@@ -89,7 +89,7 @@ def check_sanity(e): | |||
89 | if not check_app_exists('${BUILD_PREFIX}g++', e.data): | 89 | if not check_app_exists('${BUILD_PREFIX}g++', e.data): |
90 | missing = missing + "C++ Compiler," | 90 | missing = missing + "C++ Compiler," |
91 | 91 | ||
92 | required_utilities = "patch diffstat texi2html cvs svn bzip2 tar gzip gawk makeinfo qemu-arm" | 92 | required_utilities = "patch diffstat help2man texi2html cvs svn bzip2 tar gzip gawk makeinfo qemu-arm" |
93 | 93 | ||
94 | for util in required_utilities.split(): | 94 | for util in required_utilities.split(): |
95 | if not check_app_exists( util, e.data ): | 95 | if not check_app_exists( util, e.data ): |