diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 17:24:59 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 12:01:07 +0000 |
commit | 1c060d738a0763b8f029a40c553e0ce3502aef88 (patch) | |
tree | 9a54065075076095724794f601128a1eeaf2b7ba /meta/recipes-devtools/pseudo/pseudo_1.7.5.bb | |
parent | 030d920e2db45fa924f868638b906422c731101b (diff) | |
download | poky-1c060d738a0763b8f029a40c553e0ce3502aef88.tar.gz |
pseudo: Increase number of retries
Increase number of retries to handle slow exiting servers.
(From OE-Core rev: 2d70c2afce9d121db98296bce275be956bf13137)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_1.7.5.bb')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_1.7.5.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb index 88bd1f5556..7af4d65065 100644 --- a/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb +++ b/meta/recipes-devtools/pseudo/pseudo_1.7.5.bb | |||
@@ -5,6 +5,7 @@ SRC_URI = " \ | |||
5 | file://0001-configure-Prune-PIE-flags.patch \ | 5 | file://0001-configure-Prune-PIE-flags.patch \ |
6 | file://fallback-passwd \ | 6 | file://fallback-passwd \ |
7 | file://fallback-group \ | 7 | file://fallback-group \ |
8 | file://moreretries.patch \ | ||
8 | " | 9 | " |
9 | 10 | ||
10 | SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d" | 11 | SRC_URI[md5sum] = "c10209938f03128d0c193f041ff3596d" |