mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-03 22:44:37 +02:00
tcmode-external-sourcery: don't break when not in a loop
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
@@ -155,9 +155,8 @@ def populate_toolchain_links(d):
|
||||
try:
|
||||
os.symlink(ld, ld_bfd)
|
||||
except OSError as exc:
|
||||
if exc.errno == errno.EEXIST:
|
||||
break
|
||||
bb.fatal("Unable to populate toolchain binary symlink for %s: %s" % (ld_bfd, exc))
|
||||
if exc.errno != errno.EEXIST:
|
||||
bb.fatal("Unable to populate toolchain binary symlink for %s: %s" % (ld_bfd, exc))
|
||||
|
||||
require conf/distro/include/csl-versions.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user