diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-11 17:33:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-19 10:24:50 +0100 |
commit | bfd279de3275abbfaf3e630383ec244131e0375f (patch) | |
tree | 0d1c90461a890d21444f5d2afb13c52b302427f1 /meta/recipes-extended/net-tools | |
parent | 99203edda6f0b09d817454d656c100b7a8806b18 (diff) | |
download | poky-bfd279de3275abbfaf3e630383ec244131e0375f.tar.gz |
Convert tab indentation in python functions into four-space
(From OE-Core rev: 604d46c686d06d62d5a07b9c7f4fa170f99307d8)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/net-tools')
-rw-r--r-- | meta/recipes-extended/net-tools/net-tools_1.60-23.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb index b9a05c6fed..764955e576 100644 --- a/meta/recipes-extended/net-tools/net-tools_1.60-23.bb +++ b/meta/recipes-extended/net-tools/net-tools_1.60-23.bb | |||
@@ -46,8 +46,8 @@ do_unpack[cleandirs] += "${S}" | |||
46 | 46 | ||
47 | # We invoke base do_patch at end, to incorporate any local patch | 47 | # We invoke base do_patch at end, to incorporate any local patch |
48 | python do_patch() { | 48 | python do_patch() { |
49 | bb.build.exec_func('nettools_do_patch', d) | 49 | bb.build.exec_func('nettools_do_patch', d) |
50 | bb.build.exec_func('patch_do_patch', d) | 50 | bb.build.exec_func('patch_do_patch', d) |
51 | } | 51 | } |
52 | 52 | ||
53 | do_configure() { | 53 | do_configure() { |