From: Muhammad Shakeel Date: Tue, 13 Aug 2013 06:52:38 +0000 (+0500) Subject: nfs-utils: Replace spaces with tabs in shell function X-Git-Tag: 2015-4~5552 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8;p=openembedded-core.git 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 Signed-off-by: Saul Wold --- 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 () {