diff options
Diffstat (limited to 'meta/classes/chrpath.bbclass')
-rw-r--r-- | meta/classes/chrpath.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/chrpath.bbclass b/meta/classes/chrpath.bbclass index 7bdb1b9938..7765020e98 100644 --- a/meta/classes/chrpath.bbclass +++ b/meta/classes/chrpath.bbclass | |||
@@ -61,6 +61,7 @@ def process_file_darwin(cmd, fpath, rootdir, baseprefix, tmpdir, d): | |||
61 | def process_dir (rootdir, directory, d): | 61 | def process_dir (rootdir, directory, d): |
62 | import stat | 62 | import stat |
63 | 63 | ||
64 | rootdir = os.path.normpath(rootdir) | ||
64 | cmd = d.expand('${CHRPATH_BIN}') | 65 | cmd = d.expand('${CHRPATH_BIN}') |
65 | tmpdir = os.path.normpath(d.getVar('TMPDIR')) | 66 | tmpdir = os.path.normpath(d.getVar('TMPDIR')) |
66 | baseprefix = os.path.normpath(d.expand('${base_prefix}')) | 67 | baseprefix = os.path.normpath(d.expand('${base_prefix}')) |