mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
sanity.bbclass: Fix typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3695 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -93,7 +93,7 @@ def check_sanity(e):
|
||||
missing = missing + "gcc-3.x (needed for qemu-native),"
|
||||
|
||||
if "qemu-native" in assume_provided:
|
||||
if not check_app_exists("qemu_arm", e.data):
|
||||
if not check_app_exists("qemu-arm", e.data):
|
||||
messages = messages + "qemu-native was in ASSUME_PROVIDED but the QEMU binaries (qemu-arm) can't be found in PATH"
|
||||
|
||||
for util in required_utilities.split():
|
||||
|
||||
Reference in New Issue
Block a user