summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-netkit
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-01-27 14:02:24 +0100
committerKhem Raj <raj.khem@gmail.com>2023-01-27 17:06:52 -0800
commite99f1879662e2b692dca4e94b3b6cbbad29770a6 (patch)
tree877a0524f45741fcb57bb8f20f2820eba164bf85 /meta-networking/recipes-netkit
parentbfb764ed830537b4e8cd85a2d01850238afc5725 (diff)
downloadmeta-openembedded-e99f1879662e2b692dca4e94b3b6cbbad29770a6.tar.gz
.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>
Diffstat (limited to 'meta-networking/recipes-netkit')
-rw-r--r--meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch2
-rw-r--r--meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch
index d54cea9fdc..715ddb7b68 100644
--- a/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch
+++ b/meta-networking/recipes-netkit/netkit-rpc/netkit-rpc/gcc4.patch
@@ -2,7 +2,7 @@ This fixes an issue when building with gcc 4.x
2 2
3https://github.com/openembedded/openembedded/tree/master/recipes/netkit-rpc/netkit-rpc 3https://github.com/openembedded/openembedded/tree/master/recipes/netkit-rpc/netkit-rpc
4 4
5Upstream-status: Backported 5Upstream-Status: Backported
6 6
7Signed-off-By: Armin Kuster <akuster808@gmail.com> 7Signed-off-By: Armin Kuster <akuster808@gmail.com>
8 8
diff --git a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch
index efd060f365..7afd70859f 100644
--- a/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch
+++ b/meta-networking/recipes-netkit/netkit-rsh/netkit-rsh/netkit-rsh-0.17-rexec-ipv6.patch
@@ -1,6 +1,6 @@
1make rexec support ipv6 1make rexec support ipv6
2 2
3Upstream-status: Pending 3Upstream-Status: Pending
4 4
5rexec equals rexec_af(... ,AF_INET) which only support ipv4, 5rexec equals rexec_af(... ,AF_INET) which only support ipv4,
6use rexec_af(..., AF_UNSPEC) to support both ipv6 and ipv4. 6use rexec_af(..., AF_UNSPEC) to support both ipv6 and ipv4.