mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
pseudo: Upgrade to 1.8.1
* 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>
This commit is contained in:
@@ -4,15 +4,15 @@ server shutdowns.
|
||||
Upstream-Status: Pending
|
||||
RP 2016/2/28
|
||||
|
||||
Index: pseudo-1.7.5/pseudo_client.c
|
||||
Index: git/pseudo_client.c
|
||||
===================================================================
|
||||
--- pseudo-1.7.5.orig/pseudo_client.c
|
||||
+++ pseudo-1.7.5/pseudo_client.c
|
||||
@@ -1214,7 +1214,7 @@ pseudo_client_setup(void) {
|
||||
return 1;
|
||||
--- git.orig/pseudo_client.c
|
||||
+++ git/pseudo_client.c
|
||||
@@ -1282,7 +1282,7 @@ pseudo_client_setup(void) {
|
||||
}
|
||||
}
|
||||
|
||||
-#define PSEUDO_RETRIES 50
|
||||
-#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) {
|
||||
|
||||
Reference in New Issue
Block a user