diff options
author | Muhammad Shakeel <muhammad_shakeel@mentor.com> | 2013-08-13 11:52:38 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:31 +0100 |
commit | b2568fb4e90e51a227809361a310d1d65227f02f (patch) | |
tree | 0eee49ad37a9318e2315f09f5832bb9647b3acd3 /meta | |
parent | e9d02d53f6b6d19619d34c305d04ec1b8207ef74 (diff) | |
download | poky-b2568fb4e90e51a227809361a310d1d65227f02f.tar.gz |
nfs-utils: Replace spaces with tabs in shell function
As per OE-Core convention, indentation should be TAB for shell.
(From OE-Core rev: 91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8)
Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb index 40b897bb6b..fd6d33efd7 100644 --- a/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb +++ b/meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb | |||
@@ -58,7 +58,7 @@ RDEPENDS_${PN}-stats = "python" | |||
58 | # Make clean needed because the package comes with | 58 | # Make clean needed because the package comes with |
59 | # precompiled 64-bit objects that break the build | 59 | # precompiled 64-bit objects that break the build |
60 | do_compile_prepend() { | 60 | do_compile_prepend() { |
61 | make clean | 61 | make clean |
62 | } | 62 | } |
63 | 63 | ||
64 | do_install_append () { | 64 | do_install_append () { |