diff options
Diffstat (limited to 'meta/classes/chrpath.bbclass')
-rw-r--r-- | meta/classes/chrpath.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/chrpath.bbclass b/meta/classes/chrpath.bbclass index 7a5d9602f5..e9160af6b4 100644 --- a/meta/classes/chrpath.bbclass +++ b/meta/classes/chrpath.bbclass | |||
@@ -64,7 +64,7 @@ def process_dir (rootdir, directory, d): | |||
64 | 64 | ||
65 | rootdir = os.path.normpath(rootdir) | 65 | rootdir = os.path.normpath(rootdir) |
66 | cmd = d.expand('${CHRPATH_BIN}') | 66 | cmd = d.expand('${CHRPATH_BIN}') |
67 | tmpdir = os.path.normpath(d.getVar('TMPDIR')) | 67 | tmpdir = os.path.normpath(d.getVar('TMPDIR', False)) |
68 | baseprefix = os.path.normpath(d.expand('${base_prefix}')) | 68 | baseprefix = os.path.normpath(d.expand('${base_prefix}')) |
69 | hostos = d.getVar("HOST_OS", True) | 69 | hostos = d.getVar("HOST_OS", True) |
70 | 70 | ||