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: yocto-4.0~31933 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 40b897bb6b9..fd6d33efd79 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 () {