[oe-commits] [meta-openembedded] 09/51: netdata: fix whitespace in the patch that caused failures when applying

git at git.openembedded.org git at git.openembedded.org
Thu May 5 15:20:45 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 4d93a6a677b0fb594ddfc7f0389f7b052c86efd5
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Apr 29 16:05:42 2016 -0400

    netdata: fix whitespace in the patch that caused failures when applying
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../netdata/netdata/0001-Correct-Timeout-issue.patch              | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch b/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch
index f5342c3..d5529a2 100644
--- a/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch
+++ b/meta-webserver/recipes-webadmin/netdata/netdata/0001-Correct-Timeout-issue.patch
@@ -7,12 +7,12 @@ index 40c0356..bca57b3 100755
  # can emulate the timeout command we need:
  # > timeout SECONDS command ...
 -if [ $check_for_timeout -eq 1 ]
--      then
--      require_cmd timeout || exit 1
+-	then
+-	require_cmd timeout || exit 1
 -fi
 +#if [ $check_for_timeout -eq 1 ]
-+#     then
-+#     require_cmd timeout || exit 1
++#	then
++#	require_cmd timeout || exit 1
 +#fi
 
  # -----------------------------------------------------------------------------

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list