.patch: fix Upstream-Status formatting issues reported by patchreview tool from oe-core

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Jansa
2023-01-27 14:02:24 +01:00
committed by Khem Raj
parent bfb764ed83
commit e99f187966
39 changed files with 40 additions and 43 deletions
@@ -2,7 +2,7 @@ This fixes an issue when building with gcc 4.x
https://github.com/openembedded/openembedded/tree/master/recipes/netkit-rpc/netkit-rpc
Upstream-status: Backported
Upstream-Status: Backported
Signed-off-By: Armin Kuster <akuster808@gmail.com>
@@ -1,6 +1,6 @@
make rexec support ipv6
Upstream-status: Pending
Upstream-Status: Pending
rexec equals rexec_af(... ,AF_INET) which only support ipv4,
use rexec_af(..., AF_UNSPEC) to support both ipv6 and ipv4.