]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
classes/sstate: Remove trailing whitespace
authorJoshua Watt <jpewhacker@gmail.com>
Fri, 6 Jul 2018 15:40:17 +0000 (10:40 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Jul 2018 21:59:28 +0000 (22:59 +0100)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass

index 1a95f8f2b9093aa0c2c6c3e62f36a0bf9bed1fea..a78d07c41d3b3002c701adccc3f6b2d478f4fd1a 100644 (file)
@@ -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)
 }