summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorJoshua Watt <jpewhacker@gmail.com>2018-07-06 10:40:17 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-06 22:59:33 +0100
commit660374adb691701851056f47f7b9a4c3b3e8de14 (patch)
treeffc99c831870adf3abfd65e7e4b4e57c40d11904 /meta/classes
parentc07d1447a95333fcd0ab907b0f5b77d9aff1f6de (diff)
downloadpoky-660374adb691701851056f47f7b9a4c3b3e8de14.tar.gz
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>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/sstate.bbclass2
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}