mirror of
https://git.yoctoproject.org/poky
synced 2026-07-26 07:07:08 +00:00
archiver.bbclass: indent fixes
Several fixes: * It uses mixed tab and whitespace as the indent in one function, Fix them to use "4 spaces" as the indent. * Remove the unwanted blank, for example, more than one blank lines appeared together. * Remove the tail whitespace. [YOCTO #2619] (From OE-Core rev: 5eacbcdf306d9e743164a1563559cd24eb5fffe0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a6588b8f79
commit
c96f6ee659
@@ -1152,7 +1152,6 @@ python do_package_rpm () {
|
||||
d.setVarFlag('SBUILDSPEC', 'func', '1')
|
||||
bb.build.exec_func('SBUILDSPEC', d)
|
||||
|
||||
|
||||
# Build the rpm package!
|
||||
d.setVar('BUILDSPEC', cmd + "\n")
|
||||
d.setVarFlag('BUILDSPEC', 'func', '1')
|
||||
|
||||
Reference in New Issue
Block a user