summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
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:31 +0100
commitb2568fb4e90e51a227809361a310d1d65227f02f (patch)
tree0eee49ad37a9318e2315f09f5832bb9647b3acd3 /meta/recipes-connectivity
parente9d02d53f6b6d19619d34c305d04ec1b8207ef74 (diff)
downloadast2050-yocto-poky-b2568fb4e90e51a227809361a310d1d65227f02f.zip
ast2050-yocto-poky-b2568fb4e90e51a227809361a310d1d65227f02f.tar.gz
nfs-utils: Replace spaces with tabs in shell function
As per OE-Core convention, indentation should be TAB for shell. (From OE-Core rev: 91b6d2cf08c5c6ad58f0f9a85a3536a9034342b8) Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-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 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 () {
OpenPOWER on IntegriCloud