summaryrefslogtreecommitdiffstats
path: root/meta/conf/distro/include/tcmode-external-csl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/distro/include/tcmode-external-csl.inc')
-rw-r--r--meta/conf/distro/include/tcmode-external-csl.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-external-csl.inc b/meta/conf/distro/include/tcmode-external-csl.inc
index 1ff808d9e7..7bb8453732 100644
--- a/meta/conf/distro/include/tcmode-external-csl.inc
+++ b/meta/conf/distro/include/tcmode-external-csl.inc
@@ -92,7 +92,7 @@ def populate_toolchain_links(d):
92 d = d.createCopy() 92 d = d.createCopy()
93 d.finalize() 93 d.finalize()
94 94
95 pattern = bb.data.expand('${EXTERNAL_TOOLCHAIN}/bin/${TARGET_PREFIX}*', d) 95 pattern = d.expand('${EXTERNAL_TOOLCHAIN}/bin/${TARGET_PREFIX}*')
96 files = glob(pattern) 96 files = glob(pattern)
97 if not files: 97 if not files:
98 bb.fatal("Unable to populate toolchain binary symlinks") 98 bb.fatal("Unable to populate toolchain binary symlinks")