aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMuhammad Shakeel <muhammad_shakeel@mentor.com>2013-08-13 11:52:38 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:14:12 +0100
commit91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8 (patch)
tree61875ad8e4fb1d1bcafdd4c66d3578c984d59208 /meta
parenta92376f2daf10baf45d99a3de9502b52cbce8b7e (diff)
downloadopenembedded-core-91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8.tar.gz
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@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-connectivity/nfs-utils/nfs-utils_1.2.8.bb2
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 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 () {