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:52:10 +0100 |
commit | 1868db95819b45961cd7e8499ecace403e6bc91d (patch) | |
tree | 8de5ed86ac28efc20ee5fdc0183eafadbb1deb20 | |
parent | 6864ad2e863205472f8ea2057c61e949dc450151 (diff) | |
download | openembedded-core-1868db95819b45961cd7e8499ecace403e6bc91d.tar.gz openembedded-core-1868db95819b45961cd7e8499ecace403e6bc91d.tar.bz2 openembedded-core-1868db95819b45961cd7e8499ecace403e6bc91d.zip |
utils.bbclass: Remove trailing whitespace
Signed-off-by: Henry Bruce <henry.bruce@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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() { 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) |