public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH 1/2] utils.bbclass: Remove trailing whitespace
@ 2016-09-06 22:11 Henry Bruce
  2016-09-06 22:11 ` [PATCH 2/2] utils.bbclass: Added error checking for oe_soinstall Henry Bruce
  0 siblings, 1 reply; 5+ messages in thread
From: Henry Bruce @ 2016-09-06 22:11 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Henry Bruce <henry.bruce@intel.com>
---
 meta/classes/utils.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/utils.bbclass b/meta/classes/utils.bbclass
index 59ace44..d56f51e 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)
 
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-07 21:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-06 22:11 [PATCH 1/2] utils.bbclass: Remove trailing whitespace Henry Bruce
2016-09-06 22:11 ` [PATCH 2/2] utils.bbclass: Added error checking for oe_soinstall Henry Bruce
2016-09-07 16:27   ` Burton, Ross
2016-09-07 16:44     ` Christopher Larson
2016-09-07 21:09   ` [PATCH 2/2 v2] " Henry Bruce

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox