From: Richard Purdie Date: Mon, 3 Dec 2012 14:51:45 +0000 (+0000) Subject: populate_sdk_base: Fix typo X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39328 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb3f086fc44749c586b5046309d179fc3435933e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git populate_sdk_base: Fix typo Signed-off-by: Richard Purdie --- diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index f20d4390369..691ae45c93d 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass @@ -219,7 +219,7 @@ done native_sysroot=$($SUDO_EXEC cat $env_setup_script |grep OECORE_NATIVE_SYSROOT|cut -d'=' -f2|tr -d '"') dl_path=$($SUDO_EXEC find $native_sysroot/lib -name "ld-linux*") if [ "$dl_path" = "" ] ; then - echo "SDK could not be set up. Relocate script to find ld-linux.so. Abort!" + echo "SDK could not be set up. Relocate script unable to find ld-linux.so. Abort!" exit 1 fi executable_files=$($SUDO_EXEC find $native_sysroot -type f -perm +111)