summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/tcmode-external-sourcery.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-external-sourcery.inc b/meta/conf/distro/include/tcmode-external-sourcery.inc
index d6cac74d4d..5590f7a1e9 100644
--- a/meta/conf/distro/include/tcmode-external-sourcery.inc
+++ b/meta/conf/distro/include/tcmode-external-sourcery.inc
@@ -114,7 +114,7 @@ def populate_toolchain_links(d):
114 bb.fatal("Unable to populate toolchain binary symlinks in %s" % pattern) 114 bb.fatal("Unable to populate toolchain binary symlinks in %s" % pattern)
115 115
116 bindir = d.getVar('STAGING_BINDIR_TOOLCHAIN', True) 116 bindir = d.getVar('STAGING_BINDIR_TOOLCHAIN', True)
117 bb.mkdirhier(bindir) 117 bb.utils.mkdirhier(bindir)
118 for f in files: 118 for f in files:
119 base = os.path.basename(f) 119 base = os.path.basename(f)
120 newpath = os.path.join(bindir, base) 120 newpath = os.path.join(bindir, base)