[oe-commits] [openembedded-core] 06/10: pseudo: lower retries

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


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

commit 261f8c4300d7611b2f5f6fdb6236a666e9137cfd
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Feb 22 17:24:59 2016 +0000

    pseudo: lower retries
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/pseudo/files/rphack2.patch | 13 +++++++++++++
 meta/recipes-devtools/pseudo/pseudo_1.7.5.bb     |  1 +
 2 files changed, 14 insertions(+)

diff --git a/meta/recipes-devtools/pseudo/files/rphack2.patch b/meta/recipes-devtools/pseudo/files/rphack2.patch
new file mode 100644
index 0000000..a43ecb9
--- /dev/null
+++ b/meta/recipes-devtools/pseudo/files/rphack2.patch
@@ -0,0 +1,13 @@
+Index: pseudo-1.7.5/pseudo_client.c
+===================================================================
+--- pseudo-1.7.5.orig/pseudo_client.c
++++ pseudo-1.7.5/pseudo_client.c
+@@ -1277,7 +1277,7 @@ pseudo_client_setup(void) {
+ 	return 1;
+ }
+ 
+-#define PSEUDO_RETRIES 50
++#define PSEUDO_RETRIES 5
+ 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 1a7a273..d804d9b 100644
--- a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb
@@ -10,6 +10,7 @@ SRC_URI = " \
     file://pseudo-Add-additional-logging-around-client-start.patch \
     file://pseudo-Move-logging-to-much-earlier.patch \
     file://rphack.patch \
+    file://rphack2.patch \
 "
 
 SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d"

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


More information about the Openembedded-commits mailing list