mirror of
https://git.yoctoproject.org/poky
synced 2026-05-06 04:39:01 +00:00
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-ca027cbcb966
This commit is contained in:
1
README
1
README
@@ -14,6 +14,7 @@ extra packages be installed;
|
|||||||
|
|
||||||
build-essential
|
build-essential
|
||||||
diffstat
|
diffstat
|
||||||
|
texinfo
|
||||||
texi2html
|
texi2html
|
||||||
cvs
|
cvs
|
||||||
subversion
|
subversion
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ def check_sanity(e):
|
|||||||
if not check_app_exists('${BUILD_PREFIX}g++', e.data):
|
if not check_app_exists('${BUILD_PREFIX}g++', e.data):
|
||||||
missing = missing + "C++ Compiler,"
|
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():
|
for util in required_utilities.split():
|
||||||
if not check_app_exists( util, e.data ):
|
if not check_app_exists( util, e.data ):
|
||||||
|
|||||||
Reference in New Issue
Block a user