[OE-core] [PATCH 3/3] nfs-utils: Replace spaces with tabs in shell function

Shakeel, Muhammad muhammad_shakeel at mentor.com
Tue Aug 13 06:52:38 UTC 2013


From: Muhammad Shakeel <muhammad_shakeel at mentor.com>

As per OE-Core convention, indentation should be TAB for shell.

Signed-off-by: Muhammad Shakeel <muhammad_shakeel at mentor.com>
---
 .../nfs-utils/nfs-utils_1.2.8.bb                   |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 40b897b..fd6d33e 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 () {
-- 
1.7.9.5




More information about the Openembedded-core mailing list