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:
Richard Purdie 2008-02-07 10:24:40 +00:00
parent 51fd745b36
commit a0c44e0e6c
1 changed files with 1 additions and 1 deletions

View File

@ -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():