summaryrefslogtreecommitdiffstats
path: root/meta/classes/populate_sdk_base.bbclass
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-12-14 11:38:47 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-14 17:30:44 +0000
commit5ce8c7fe9ebb8dca0a0b091bda9c58141da26216 (patch)
tree35dac7bb3312eb5712a72bd9454662963d96add5 /meta/classes/populate_sdk_base.bbclass
parent4c299b76519af3e823259c5cc92fe1fef76b3688 (diff)
downloadpoky-5ce8c7fe9ebb8dca0a0b091bda9c58141da26216.tar.gz
populate_sdk_base: Add perl modules as needing to be relocated
The perl module for automake has an embedded path in it, this needs to be relocated. (From OE-Core rev: ad79360c1d992830d4f0e06a3bbf0622658c0540) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> 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.bbclass2
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
236fi 236fi
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}
242for l in $($SUDO_EXEC find $native_sysroot -type l); do 242for l in $($SUDO_EXEC find $native_sysroot -type l); do