mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 10:43:02 +01:00
* Drop patches where the changes exist upstream * Fetch from git as no tarball is available for 1.8.1 * Move common code to pseudo.inc * Update patchset in git recipe (From OE-Core rev: 0c36984d4c501d12fa91cf7371511641585cc256) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
20 lines
511 B
Diff
20 lines
511 B
Diff
Increase the number of retries in pseudo due to occasional slow
|
|
server shutdowns.
|
|
|
|
Upstream-Status: Pending
|
|
RP 2016/2/28
|
|
|
|
Index: git/pseudo_client.c
|
|
===================================================================
|
|
--- git.orig/pseudo_client.c
|
|
+++ git/pseudo_client.c
|
|
@@ -1282,7 +1282,7 @@ pseudo_client_setup(void) {
|
|
}
|
|
}
|
|
|
|
-#define PSEUDO_RETRIES 20
|
|
+#define PSEUDO_RETRIES 250
|
|
static pseudo_msg_t *
|
|
pseudo_client_request(pseudo_msg_t *msg, size_t len, const char *path) {
|
|
pseudo_msg_t *response = 0;
|