README, sanity.bbclass: Add makeinfo (from texinfo) as a dependency. Also check for qemu-arm binary
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1086 311d38ba-8fff-0310-9ca6-ca027cbcb966hfreyther/tmp
parent
8ceaa4e5ff
commit
ae60cc23f9
1
README
1
README
|
@ -14,6 +14,7 @@ extra packages be installed;
|
|||
|
||||
build-essential
|
||||
diffstat
|
||||
texinfo
|
||||
texi2html
|
||||
cvs
|
||||
subversion
|
||||
|
|
|
@ -86,7 +86,7 @@ def check_sanity(e):
|
|||
if not check_app_exists('${BUILD_PREFIX}g++', e.data):
|
||||
missing = missing + "C++ Compiler,"
|
||||
|
||||
required_utilities = "patch diffstat texi2html cvs svn bzip2 tar gzip gawk sdl-config"
|
||||
required_utilities = "patch diffstat texi2html cvs svn bzip2 tar gzip gawk makeinfo qemu-arm"
|
||||
|
||||
for util in required_utilities.split():
|
||||
if not check_app_exists( util, e.data ):
|
||||
|
|
Loading…
Reference in New Issue