From 91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8 Mon Sep 17 00:00:00 2001 From: Muhammad Shakeel Date: Tue, 13 Aug 2013 11:52:38 +0500 Subject: 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 --- meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') 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 () { -- cgit 1.2.3-korg