[oe-commits] [openembedded-core] 08/10: pseudo: Increase retries and disable invasive logging

git at git.openembedded.org git at git.openembedded.org
Fri Feb 26 17:58:50 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1d2305eddd06e7f62d15de9529ddcb2ccc398bca
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Feb 25 09:40:18 2016 +0000

    pseudo: Increase retries and disable invasive logging
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/pseudo/files/rphack2.patch | 2 +-
 meta/recipes-devtools/pseudo/pseudo_1.7.5.bb     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-devtools/pseudo/files/rphack2.patch b/meta/recipes-devtools/pseudo/files/rphack2.patch
index a43ecb9..fce4d38 100644
--- a/meta/recipes-devtools/pseudo/files/rphack2.patch
+++ b/meta/recipes-devtools/pseudo/files/rphack2.patch
@@ -7,7 +7,7 @@ Index: pseudo-1.7.5/pseudo_client.c
  }
  
 -#define PSEUDO_RETRIES 50
-+#define PSEUDO_RETRIES 5
++#define PSEUDO_RETRIES 100
  static char *fail_reasons[PSEUDO_RETRIES];
  
  static pseudo_msg_t *
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
index d804d9b..494261a 100644
--- a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
@@ -9,7 +9,6 @@ SRC_URI = " \
     file://pseudo-fix-client-logging.patch \
     file://pseudo-Add-additional-logging-around-client-start.patch \
     file://pseudo-Move-logging-to-much-earlier.patch \
-    file://rphack.patch \
     file://rphack2.patch \
 "
 

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


More information about the Openembedded-commits mailing list