diff options
Diffstat (limited to 'meta/classes/sstate.bbclass')
-rw-r--r-- | meta/classes/sstate.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 1a95f8f2b9..a78d07c41d 100644 --- a/meta/classes/sstate.bbclass +++ b/meta/classes/sstate.bbclass | |||
@@ -407,7 +407,7 @@ python sstate_hardcode_path_unpack () { | |||
407 | bb.note("Replacing fixme paths in sstate package: %s" % (sstate_hardcode_cmd)) | 407 | bb.note("Replacing fixme paths in sstate package: %s" % (sstate_hardcode_cmd)) |
408 | subprocess.check_call(sstate_hardcode_cmd, shell=True) | 408 | subprocess.check_call(sstate_hardcode_cmd, shell=True) |
409 | 409 | ||
410 | # Need to remove this or we'd copy it into the target directory and may | 410 | # Need to remove this or we'd copy it into the target directory and may |
411 | # conflict with another writer | 411 | # conflict with another writer |
412 | os.remove(fixmefn) | 412 | os.remove(fixmefn) |
413 | } | 413 | } |