From 6be35fcbd6cae51731b6804c1a85b66424cba44b Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 17 Oct 2013 03:17:48 +0000 Subject: [PATCH] tcmode-external-sourcery: s/mkdirhier/utils.mkdirhier/ Signed-off-by: Christopher Larson --- conf/distro/include/tcmode-external-sourcery.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/distro/include/tcmode-external-sourcery.inc b/conf/distro/include/tcmode-external-sourcery.inc index 9732503..3ce45c9 100644 --- a/conf/distro/include/tcmode-external-sourcery.inc +++ b/conf/distro/include/tcmode-external-sourcery.inc @@ -147,7 +147,7 @@ def populate_toolchain_links(d): bb.fatal("Unable to populate toolchain binary symlinks in %s" % pattern) bindir = d.getVar('STAGING_BINDIR_TOOLCHAIN', True) - bb.mkdirhier(bindir) + bb.utils.mkdirhier(bindir) for f in files: base = os.path.basename(f) newpath = os.path.join(bindir, base)