summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-22 12:39:33 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-25 14:14:04 +0100
commiteb49d50b4c342069087886f2aac546805647c066 (patch)
treea2d36394f8d008bde806eabafc0b2b2aacc9ad25 /meta/recipes-devtools/pseudo/pseudo_1.8.2.bb
parent7fb4661b4e4c839b60975c3b8b0b163e1f84ab2e (diff)
downloadopenembedded-core-contrib-eb49d50b4c342069087886f2aac546805647c066.tar.gz
pseudo: Add fastop reply fix
This changes the pseudo FASTOP functionality so that a reply to the operation is required. This means we then cannot lose data if a connection is closed. This in turn stops corruption if we run out of file handles and have to close connections. This tweaks the connection closure patch to update the comment there which is now outdated. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/pseudo/pseudo_1.8.2.bb')
-rw-r--r--meta/recipes-devtools/pseudo/pseudo_1.8.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb b/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb
index 81853e95c4..73ef57231a 100644
--- a/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb
+++ b/meta/recipes-devtools/pseudo/pseudo_1.8.2.bb
@@ -7,6 +7,7 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/pseudo/${BPN}-${PV}.tar.bz
file://moreretries.patch \
file://efe0be279901006f939cd357ccee47b651c786da.patch \
file://b6b68db896f9963558334aff7fca61adde4ec10f.patch \
+ file://fastopreply.patch \
file://toomanyfiles.patch \
file://0001-Use-epoll-API-on-Linux.patch \
"