mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
classes/sstate: Remove trailing whitespace
(From OE-Core rev: dc7c181f231db1290ea7d7d5e42476e70a488d73) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c07d1447a9
commit
660374adb6
@@ -407,7 +407,7 @@ python sstate_hardcode_path_unpack () {
|
||||
bb.note("Replacing fixme paths in sstate package: %s" % (sstate_hardcode_cmd))
|
||||
subprocess.check_call(sstate_hardcode_cmd, shell=True)
|
||||
|
||||
# Need to remove this or we'd copy it into the target directory and may
|
||||
# Need to remove this or we'd copy it into the target directory and may
|
||||
# conflict with another writer
|
||||
os.remove(fixmefn)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user