diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-09-17 11:19:08 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-21 11:10:05 +0100 |
commit | 9e6a25e2e9a7f37c3baa0b2949a43ac4127868da (patch) | |
tree | 402a9fe56a74fa26f510decfc888b5cd37449169 /meta/recipes-devtools/mtd | |
parent | 3396545467df05421c3adeb4b5ec532fa95dcb06 (diff) | |
download | openembedded-core-9e6a25e2e9a7f37c3baa0b2949a43ac4127868da.tar.gz openembedded-core-9e6a25e2e9a7f37c3baa0b2949a43ac4127868da.tar.bz2 openembedded-core-9e6a25e2e9a7f37c3baa0b2949a43ac4127868da.zip |
SDK: fix installation into symlinked directories
The SDK installation scripts should not canonicalize symlinked
directories because the entire relocation would be done to the directory
to which the symlink points. Instead, if the installation is a symlink,
use that path to relocate the binaries.
For example, if we have the following symlink: /opt/sdk -> ~/my/test/sdk
the binaries will be relocated to /opt/sdk not ~/my/test/sdk as it is
done now.
[YOCTO #3102]
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/mtd')
0 files changed, 0 insertions, 0 deletions