mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 15:32:12 +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:
@@ -237,7 +237,7 @@ autotools_do_configure() {
|
||||
}
|
||||
|
||||
autotools_do_compile() {
|
||||
oe_runmake
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
autotools_do_install() {
|
||||
|
||||
Reference in New Issue
Block a user