diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2023-02-23 20:40:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
commit | ac0da5190fcec74979571fc222502897493eced3 (patch) | |
tree | 4fb82959487f0e042642c6af3390a809fdbe4502 /meta-networking | |
parent | 4386b15a49b81578dd89c5c655544fbc09a95265 (diff) | |
download | meta-openembedded-ac0da5190fcec74979571fc222502897493eced3.tar.gz |
meta-networking: fix Upstream-Status format
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
4 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-connectivity/dibbler/dibbler/0001-port-linux-Re-order-header-includes.patch b/meta-networking/recipes-connectivity/dibbler/dibbler/0001-port-linux-Re-order-header-includes.patch index 27a562bf2..884be404b 100644 --- a/meta-networking/recipes-connectivity/dibbler/dibbler/0001-port-linux-Re-order-header-includes.patch +++ b/meta-networking/recipes-connectivity/dibbler/dibbler/0001-port-linux-Re-order-header-includes.patch | |||
@@ -5,7 +5,7 @@ Subject: [PATCH] port-linux: Re-order header includes | |||
5 | 5 | ||
6 | linux/if.h when included before net/if.h casues duplicate definitions | 6 | linux/if.h when included before net/if.h casues duplicate definitions |
7 | 7 | ||
8 | Upstream-Status: Iappropriate [Upstream is Dead] | 8 | Upstream-Status: Inappropriate [Upstream is Dead] |
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 10 | --- |
11 | Port-linux/interface.c | 2 +- | 11 | Port-linux/interface.c | 2 +- |
diff --git a/meta-networking/recipes-connectivity/vlan/vlan-1.9/no-HOME-includes.patch b/meta-networking/recipes-connectivity/vlan/vlan-1.9/no-HOME-includes.patch index b7ab7d97c..fd7a14adc 100644 --- a/meta-networking/recipes-connectivity/vlan/vlan-1.9/no-HOME-includes.patch +++ b/meta-networking/recipes-connectivity/vlan/vlan-1.9/no-HOME-includes.patch | |||
@@ -5,7 +5,7 @@ Subject: vlan: do not include ${HOME}/linux/include dir | |||
5 | in front of sanitized kernel headers in OE chroot. Drop this include | 5 | in front of sanitized kernel headers in OE chroot. Drop this include |
6 | option. | 6 | option. |
7 | 7 | ||
8 | Upstream-Status: not-applicable | 8 | Upstream-Status: Inappropriate [embedded specific] |
9 | 9 | ||
10 | Index: vlan/MakeInclude | 10 | Index: vlan/MakeInclude |
11 | =================================================================== | 11 | =================================================================== |
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 089156a7a..83bcc4b49 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 | ||
3 | https://github.com/openembedded/openembedded/tree/master/recipes/netkit-rpc/netkit-rpc | 3 | https://github.com/openembedded/openembedded/tree/master/recipes/netkit-rpc/netkit-rpc |
4 | 4 | ||
5 | Upstream-Status: Backported | 5 | Upstream-Status: Backport |
6 | 6 | ||
7 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | 7 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
8 | 8 | ||
diff --git a/meta-networking/recipes-support/ncp/libowfat/0001-replace-__pure__-with-compiler-attribute-pure.patch b/meta-networking/recipes-support/ncp/libowfat/0001-replace-__pure__-with-compiler-attribute-pure.patch index 3ad3b4aa8..880d80b10 100644 --- a/meta-networking/recipes-support/ncp/libowfat/0001-replace-__pure__-with-compiler-attribute-pure.patch +++ b/meta-networking/recipes-support/ncp/libowfat/0001-replace-__pure__-with-compiler-attribute-pure.patch | |||
@@ -5,7 +5,7 @@ Subject: [PATCH] replace __pure__ with compiler attribute 'pure' | |||
5 | 5 | ||
6 | Remove defining __deprecated__ | 6 | Remove defining __deprecated__ |
7 | 7 | ||
8 | Upstream-Status: OE-Specific [Untested with dietlibc] | 8 | Upstream-Status: Inappropriate [Untested with dietlibc] |
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 10 | --- |
11 | byte.h | 22 ++++++---- | 11 | byte.h | 22 ++++++---- |