mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
Add check for gawk, needed by x86 glic build
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@794 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -84,6 +84,9 @@ def check_sanity(e):
|
||||
if not check_app_exists('${BUILD_PREFIX}g++', e.data):
|
||||
missing = missing + "C++ Compiler,"
|
||||
|
||||
if not check_app_exists('gawk', e.data):
|
||||
missing = missing + "GNU awk (gawk),"
|
||||
|
||||
if not check_app_exists('patch', e.data):
|
||||
missing = missing + "GNU patch,"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user