diff options
author | Joshua Watt <JPEWhacker@gmail.com> | 2020-12-02 13:58:10 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-12-09 12:27:25 +0000 |
commit | 221dc50cde88977907a58aa23a6efd8c289113da (patch) | |
tree | fb6757968729dc0aece7fcb7ccda266791123a96 /bitbake/contrib | |
parent | bf1521fbf1572c823d98ce2cf00f26fb6447262f (diff) | |
download | poky-221dc50cde88977907a58aa23a6efd8c289113da.tar.gz |
bitbake: hashserv: client: Fix AF_UNIX path length limits
Restores a fix for unix domain socket path length limits when using the
synchronous hash equivalence client that was accidentally removed when
the async client was added.
Unfortunately, it's much more difficult to fix the same problem when
using the async client directly due to the interaction of chdir() and
async code, but this will at least restore the old behavior in the
synchronous case.
(Bitbake rev: 53e85022a8b1c8f407c9418260c59beffb96f0f9)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/contrib')
0 files changed, 0 insertions, 0 deletions