diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:51:45 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-03 14:51:52 +0000 |
commit | 7b0ad8ec313d1e485a7fa093e94af5349833d51e (patch) | |
tree | 4923dee7edb26699918197e4732b16a64eae2a95 /meta/classes/populate_sdk_base.bbclass | |
parent | 40c57a487ea617bfd744803dbc2fa463a1c2bb65 (diff) | |
download | poky-7b0ad8ec313d1e485a7fa093e94af5349833d51e.tar.gz |
populate_sdk_base: Fix typo
(From OE-Core rev: bb3f086fc44749c586b5046309d179fc3435933e)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/populate_sdk_base.bbclass')
-rw-r--r-- | meta/classes/populate_sdk_base.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/populate_sdk_base.bbclass b/meta/classes/populate_sdk_base.bbclass index f20d439036..691ae45c93 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
@@ -219,7 +219,7 @@ done | |||
219 | native_sysroot=$($SUDO_EXEC cat $env_setup_script |grep OECORE_NATIVE_SYSROOT|cut -d'=' -f2|tr -d '"') | 219 | native_sysroot=$($SUDO_EXEC cat $env_setup_script |grep OECORE_NATIVE_SYSROOT|cut -d'=' -f2|tr -d '"') |
220 | dl_path=$($SUDO_EXEC find $native_sysroot/lib -name "ld-linux*") | 220 | dl_path=$($SUDO_EXEC find $native_sysroot/lib -name "ld-linux*") |
221 | if [ "$dl_path" = "" ] ; then | 221 | if [ "$dl_path" = "" ] ; then |
222 | echo "SDK could not be set up. Relocate script to find ld-linux.so. Abort!" | 222 | echo "SDK could not be set up. Relocate script unable to find ld-linux.so. Abort!" |
223 | exit 1 | 223 | exit 1 |
224 | fi | 224 | fi |
225 | executable_files=$($SUDO_EXEC find $native_sysroot -type f -perm +111) | 225 | executable_files=$($SUDO_EXEC find $native_sysroot -type f -perm +111) |