diff options
Diffstat (limited to 'meta')
-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) |