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:12 +0100 |
commit | 91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8 (patch) | |
tree | 61875ad8e4fb1d1bcafdd4c66d3578c984d59208 /meta | |
parent | a92376f2daf10baf45d99a3de9502b52cbce8b7e (diff) | |
download | openembedded-core-91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8.tar.gz openembedded-core-91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8.tar.bz2 openembedded-core-91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8.zip |
nfs-utils: Replace spaces with tabs in shell function
As per OE-Core convention, indentation should be TAB for shell.
Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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" # Make clean needed because the package comes with # precompiled 64-bit objects that break the build do_compile_prepend() { - make clean + make clean } do_install_append () { |