diff options
author | Henry Bruce <henry.bruce@intel.com> | 2016-09-06 15:11:44 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-09 11:53:36 +0100 |
commit | e9126926d4322d070105ef70421619fcd783f9b8 (patch) | |
tree | 997eccbe5e9a8586b4bc887e38056617e0d8e317 /meta/classes | |
parent | 38602249e2fb20eb4e9f95ea93e570eaf3a60cbe (diff) | |
download | poky-e9126926d4322d070105ef70421619fcd783f9b8.tar.gz |
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>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/utils.bbclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass index 59ace4421f..d56f51e320 100644 --- a/meta/classes/utils.bbclass +++ b/meta/classes/utils.bbclass | |||
@@ -249,7 +249,7 @@ oe_machinstall() { | |||
249 | create_cmdline_wrapper () { | 249 | create_cmdline_wrapper () { |
250 | # Create a wrapper script where commandline options are needed | 250 | # Create a wrapper script where commandline options are needed |
251 | # | 251 | # |
252 | # These are useful to work around relocation issues, by passing extra options | 252 | # These are useful to work around relocation issues, by passing extra options |
253 | # to a program | 253 | # to a program |
254 | # | 254 | # |
255 | # Usage: create_cmdline_wrapper FILENAME <extra-options> | 255 | # Usage: create_cmdline_wrapper FILENAME <extra-options> |
@@ -323,7 +323,7 @@ def base_set_filespath(path, d): | |||
323 | overrides.reverse() | 323 | overrides.reverse() |
324 | for o in overrides: | 324 | for o in overrides: |
325 | for p in path: | 325 | for p in path: |
326 | if p != "": | 326 | if p != "": |
327 | filespath.append(os.path.join(p, o)) | 327 | filespath.append(os.path.join(p, o)) |
328 | return ":".join(filespath) | 328 | return ":".join(filespath) |
329 | 329 | ||