mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
95cbd1e576
commit
675d372205
|
@ -237,7 +237,7 @@ autotools_do_configure() {
|
|||
}
|
||||
|
||||
autotools_do_compile() {
|
||||
oe_runmake
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
autotools_do_install() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user