utils.bbclass: Remove trailing whitespace

(From OE-Core rev: 1868db95819b45961cd7e8499ecace403e6bc91d)

Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Henry Bruce 2016-09-06 15:11:44 -07:00 committed by Richard Purdie
parent 38602249e2
commit e9126926d4
1 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ oe_machinstall() {
create_cmdline_wrapper () {
# Create a wrapper script where commandline options are needed
#
# These are useful to work around relocation issues, by passing extra options
# These are useful to work around relocation issues, by passing extra options
# to a program
#
# Usage: create_cmdline_wrapper FILENAME <extra-options>
@ -323,7 +323,7 @@ def base_set_filespath(path, d):
overrides.reverse()
for o in overrides:
for p in path:
if p != "":
if p != "":
filespath.append(os.path.join(p, o))
return ":".join(filespath)