populate_sdk_base: Fix typo
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2012 14:51:45 +0000 (14:51 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 3 Dec 2012 14:51:52 +0000 (14:51 +0000)
(From OE-Core rev: bb3f086fc44749c586b5046309d179fc3435933e)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/populate_sdk_base.bbclass

index f20d439..691ae45 100644 (file)
@@ -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)