All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] autotools.bbclass: adjust indentation for consistency
@ 2018-08-31  3:27 Chen Qi
  2018-08-31  3:28 ` [PATCH 1/1] " Chen Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2018-08-31  3:27 UTC (permalink / raw)
  To: openembedded-core

*** BLURB HERE ***
The following changes since commit 4434777705cf49300a7d2c9ca8fa3080d551d795:

  bitbake: tests/fetch: Update gnome.org urls after upstream changes (2018-08-29 10:43:23 +0100)

are available in the git repository at:

  git://git.pokylinux.org/poky-contrib ChenQi/autotools-indentation
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/autotools-indentation

Chen Qi (1):
  autotools.bbclass: adjust indentation for consistency

 meta/classes/autotools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
1.9.1



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

* [PATCH 1/1] autotools.bbclass: adjust indentation for consistency
  2018-08-31  3:27 [PATCH 0/1] autotools.bbclass: adjust indentation for consistency Chen Qi
@ 2018-08-31  3:28 ` Chen Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2018-08-31  3:28 UTC (permalink / raw)
  To: openembedded-core

All other functions in this class use TAB for indentation while
the do_compile function uses '4 spaces'. Adjust it for consistency.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta/classes/autotools.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 81d3674..8768a6a 100644
--- a/meta/classes/autotools.bbclass
+++ b/meta/classes/autotools.bbclass
@@ -237,7 +237,7 @@ autotools_do_configure() {
 }
 
 autotools_do_compile() {
-    oe_runmake
+	oe_runmake
 }
 
 autotools_do_install() {
-- 
1.9.1



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

end of thread, other threads:[~2018-08-31  3:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-31  3:27 [PATCH 0/1] autotools.bbclass: adjust indentation for consistency Chen Qi
2018-08-31  3:28 ` [PATCH 1/1] " Chen Qi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.