mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
Convert tab indentation in python functions into four-space
(From OE-Core rev: 604d46c686d06d62d5a07b9c7f4fa170f99307d8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -92,8 +92,8 @@ build_boot_dd() {
|
||||
}
|
||||
|
||||
python do_bootdirectdisk() {
|
||||
bb.build.exec_func('build_syslinux_cfg', d)
|
||||
bb.build.exec_func('build_boot_dd', d)
|
||||
bb.build.exec_func('build_syslinux_cfg', d)
|
||||
bb.build.exec_func('build_boot_dd', d)
|
||||
}
|
||||
|
||||
addtask bootdirectdisk before do_build
|
||||
|
||||
Reference in New Issue
Block a user