diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/insane.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 72120f5068..05e31a74eb 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass | |||
@@ -167,7 +167,7 @@ def package_qa_get_machine_dict(): | |||
167 | 167 | ||
168 | def package_qa_clean_path(path,d): | 168 | def package_qa_clean_path(path,d): |
169 | """ Remove the common prefix from the path. In this case it is the TMPDIR""" | 169 | """ Remove the common prefix from the path. In this case it is the TMPDIR""" |
170 | return path.replace(d.getVar('TMPDIR',True),"") | 170 | return path.replace(d.getVar("TMPDIR", True) + "/", "") |
171 | 171 | ||
172 | def package_qa_write_error(type, error, d): | 172 | def package_qa_write_error(type, error, d): |
173 | logfile = d.getVar('QA_LOGFILE', True) | 173 | logfile = d.getVar('QA_LOGFILE', True) |