aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-08-31 11:28:00 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-05 17:48:23 +0100
commitc2829b74892633c554a5f8262d4cafbe0fa6c3a7 (patch)
tree61a4301ed6f8cbc3061d5a0e438be1661d5dc516
parent8439565a009bb72d63bb3be6230832811b04cf6e (diff)
downloadopenembedded-core-contrib-c2829b74892633c554a5f8262d4cafbe0fa6c3a7.tar.gz
autotools.bbclass: adjust indentation for consistency
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> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/autotools.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass
index 81d367415b..8768a6ad68 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() {