summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_rpm.bbclass
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2012-08-23 23:03:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-29 16:02:07 -0700
commitc96f6ee659cd4c20fd826f633e634ba0ef2f340b (patch)
tree946d035b3c438333f8e9479b9cc498f367ecee11 /meta/classes/package_rpm.bbclass
parenta6588b8f79afa0a06c346dc00aa1eb3b1e691a7a (diff)
downloadpoky-c96f6ee659cd4c20fd826f633e634ba0ef2f340b.tar.gz
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>
Diffstat (limited to 'meta/classes/package_rpm.bbclass')
-rw-r--r--meta/classes/package_rpm.bbclass1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass
index 9abad5e093..58a9aac779 100644
--- a/meta/classes/package_rpm.bbclass
+++ b/meta/classes/package_rpm.bbclass
@@ -1152,7 +1152,6 @@ python do_package_rpm () {
1152 d.setVarFlag('SBUILDSPEC', 'func', '1') 1152 d.setVarFlag('SBUILDSPEC', 'func', '1')
1153 bb.build.exec_func('SBUILDSPEC', d) 1153 bb.build.exec_func('SBUILDSPEC', d)
1154 1154
1155
1156 # Build the rpm package! 1155 # Build the rpm package!
1157 d.setVar('BUILDSPEC', cmd + "\n") 1156 d.setVar('BUILDSPEC', cmd + "\n")
1158 d.setVarFlag('BUILDSPEC', 'func', '1') 1157 d.setVarFlag('BUILDSPEC', 'func', '1')