diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2018-08-31 11:28:00 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-05 18:00:24 +0100 |
| commit | 675d3722051a775ad76316edd120d22fd3da2c88 (patch) | |
| tree | a2b05ec95eab1011c8290777be962baadb395c1b | |
| parent | 95cbd1e57699c8273211391442728e538d993547 (diff) | |
| download | poky-675d3722051a775ad76316edd120d22fd3da2c88.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.
(From OE-Core rev: c2829b74892633c554a5f8262d4cafbe0fa6c3a7)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/classes/autotools.bbclass | 2 |
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() { | |||
| 237 | } | 237 | } |
| 238 | 238 | ||
| 239 | autotools_do_compile() { | 239 | autotools_do_compile() { |
| 240 | oe_runmake | 240 | oe_runmake |
| 241 | } | 241 | } |
| 242 | 242 | ||
| 243 | autotools_do_install() { | 243 | autotools_do_install() { |
