[oe-commits] Muhammad Shakeel : nfs-utils: Replace spaces with tabs in shell function

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:04:30 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8

Author: Muhammad Shakeel <muhammad_shakeel at mentor.com>
Date:   Tue Aug 13 11:52:38 2013 +0500

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 at mentor.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 .../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 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 () {



More information about the Openembedded-commits mailing list