summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2020-01-21 18:27:02 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-02 16:54:33 +0000
commitef28e5a74d939acc98d6e8e9a0efbeb143b8025f (patch)
tree20f1812d5abb0480da1eda2c9a0c47138949fd77 /meta/recipes-support
parentc7329b17cbbef64984196e2b79a81988db1d2bf3 (diff)
downloadopenembedded-core-ef28e5a74d939acc98d6e8e9a0efbeb143b8025f.tar.gz
libgcc.inc: Fix an issue w/ a recursive symlink
If the OS is not Linux, the code could end up generating a recursive symlink. This can happen because the same symlink can be created twice in a row. If this happenes, the second symlink becomes a link to itself within the directory pointed to by the original link. In order to prevent this, verify that the destination does not already exist. Signed-off-by: Mark Hatle <mark.hatle@xilinx.com> Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions