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 473b12673b..c1756e8c87 100644 --- a/meta/classes/populate_sdk_base.bbclass +++ b/meta/classes/populate_sdk_base.bbclass | |||
@@ -236,7 +236,7 @@ if [ $? -ne 0 ]; then | |||
236 | fi | 236 | fi |
237 | 237 | ||
238 | # replace ${SDKPATH} with the new prefix in all text files: configs/scripts/etc | 238 | # replace ${SDKPATH} with the new prefix in all text files: configs/scripts/etc |
239 | $SUDO_EXEC find $native_sysroot -type f -exec file '{}' \;|grep ":.*\(ASCII\|script\).*text"|cut -d':' -f1|$SUDO_EXEC xargs sed -i -e "s:$DEFAULT_INSTALL_DIR:$target_sdk_dir:g" | 239 | $SUDO_EXEC find $native_sysroot -type f -exec file '{}' \;|grep ":.*\(ASCII\|script\|source\).*text"|cut -d':' -f1|$SUDO_EXEC xargs sed -i -e "s:$DEFAULT_INSTALL_DIR:$target_sdk_dir:g" |
240 | 240 | ||
241 | # change all symlinks pointing to ${SDKPATH} | 241 | # change all symlinks pointing to ${SDKPATH} |
242 | for l in $($SUDO_EXEC find $native_sysroot -type l); do | 242 | for l in $($SUDO_EXEC find $native_sysroot -type l); do |