From e9126926d4322d070105ef70421619fcd783f9b8 Mon Sep 17 00:00:00 2001 From: Henry Bruce Date: Tue, 6 Sep 2016 15:11:44 -0700 Subject: utils.bbclass: Remove trailing whitespace (From OE-Core rev: 1868db95819b45961cd7e8499ecace403e6bc91d) Signed-off-by: Henry Bruce Signed-off-by: Richard Purdie --- meta/classes/utils.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/classes/utils.bbclass') 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 @@ -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) -- cgit v1.2.3-54-g00ecf