.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
@@ -8,7 +8,7 @@ of any of the GNU specific argp extensions. Include unistd.h directly to
allow building with musl on linux, whilst retaining compatibility with allow building with musl on linux, whilst retaining compatibility with
glibc and other unices. glibc and other unices.
Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34]
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com> Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
--- ---
src/fatcat.cpp | 8 ++------ src/fatcat.cpp | 8 ++------
@@ -10,7 +10,7 @@ same as lseek64
This helps compiling on latest musl where lseek64 and friends are not This helps compiling on latest musl where lseek64 and friends are not
available available
Upstream-status: Submitted [https://github.com/Gregwar/fatcat/pull/34] Upstream-Status: Submitted [https://github.com/Gregwar/fatcat/pull/34]
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
CMakeLists.txt | 2 ++ CMakeLists.txt | 2 ++
@@ -1,6 +1,6 @@
* tremor provides libvorbisidec, use it instead of libvorbisdec * tremor provides libvorbisidec, use it instead of libvorbisdec
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Tim Orling <TicoTimo@gmail.com>
@@ -1,7 +1,7 @@
* luaL_checkint and luaL_optint were deprecated in lua 5.3 * luaL_checkint and luaL_optint were deprecated in lua 5.3
* replacement functions are luaL_checkinteger and luaL_optinteger * replacement functions are luaL_checkinteger and luaL_optinteger
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Tim Orling <TicoTimo@gmail.com>
@@ -3,7 +3,7 @@ From: Roy Li <rongqing.li@windriver.com>
Date: Tue, 19 Aug 2014 11:31:35 +0800 Date: Tue, 19 Aug 2014 11:31:35 +0800
Subject: [PATCH] [PATCH] add the needed stdarg.h Subject: [PATCH] [PATCH] add the needed stdarg.h
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Roy Li <rongqing.li@windriver.com>
@@ -8,8 +8,7 @@ Added minimum POSIX timer interval to prevent from timers firing
to quickly for the process to handle, resulting in 100% CPU and to quickly for the process to handle, resulting in 100% CPU and
endless signal queue. endless signal queue.
Upstream-status: Backport Upstream-Status: Backport [From commit 1f0baae98a7b23e85f2bfd8f5de64795421c270e:
[From commit 1f0baae98a7b23e85f2bfd8f5de64795421c270e:
- critical: added minimum POSIX timer interval to prevent from - critical: added minimum POSIX timer interval to prevent from
timers firing to quickly for the process to handle, timers firing to quickly for the process to handle,
resulting in 100% CPU and endless signal queue] resulting in 100% CPU and endless signal queue]
@@ -6,7 +6,7 @@ Subject: [PATCH] ptpd: use pkgconfig
Yocto uses pkg-config for libpcap, rather than pcap-config, so use that Yocto uses pkg-config for libpcap, rather than pcap-config, so use that
instead as the source for libs and cflags. instead as the source for libs and cflags.
Upstream-status: Inappropriate [ embedded specific ] Upstream-Status: Inappropriate [ embedded specific ]
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
--- ---
@@ -3,7 +3,7 @@ From: "Roy.Li" <rongqing.li@windriver.com>
Date: Thu, 22 Aug 2013 08:56:09 +0800 Date: Thu, 22 Aug 2013 08:56:09 +0800
Subject: [PATCH] tftp-hpa: add error check for disk filled up Subject: [PATCH] tftp-hpa: add error check for disk filled up
Upstream-status: Pending [Sent to http://www.syslinux.org/archives/2013-August/020765.html] Upstream-Status: Pending [Sent to http://www.syslinux.org/archives/2013-August/020765.html]
Add error check when the write-buffer is finally flushed to the file, Add error check when the write-buffer is finally flushed to the file,
the caller can detect if the disk filled up (or had an i/o error) and the caller can detect if the disk filled up (or had an i/o error) and
@@ -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 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> Signed-off-By: Armin Kuster <akuster808@gmail.com>
@@ -1,6 +1,6 @@
make rexec support ipv6 make rexec support ipv6
Upstream-status: Pending Upstream-Status: Pending
rexec equals rexec_af(... ,AF_INET) which only support ipv4, rexec equals rexec_af(... ,AF_INET) which only support ipv4,
use rexec_af(..., AF_UNSPEC) to support both ipv6 and ipv4. use rexec_af(..., AF_UNSPEC) to support both ipv6 and ipv4.
@@ -6,7 +6,7 @@ Subject: [PATCH] net-snmp: add knob whether nlist.h are checked
Previously, it still was checked when there was no nlish.h in sysroots directory. Previously, it still was checked when there was no nlish.h in sysroots directory.
Add knob to decide whether nlist.h are checked or not. Add knob to decide whether nlist.h are checked or not.
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Chong Lu <Chong.Lu@windriver.com> Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
@@ -10,7 +10,7 @@ it in place but remove the #if guard since it is only there to ensure that
the l2tp_private.h file is updated if the rpc source file is changed and the l2tp_private.h file is updated if the rpc source file is changed and
the two get out of sync. the two get out of sync.
Upstream-status: pending Upstream-Status: pending
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
--- ---
@@ -7,7 +7,7 @@ Initializing the structure assuming glibc layout results in
compile errors on musl, therefore do partial intialization and then compile errors on musl, therefore do partial intialization and then
assigning the members individually. assigning the members individually.
Upstream-status: Submitted [https://github.com/schweikert/fping/pull/263] Upstream-Status: Submitted [https://github.com/schweikert/fping/pull/263]
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
src/fping.c | 16 +++++++--------- src/fping.c | 16 +++++++---------
@@ -13,7 +13,7 @@ We should exclude the linux time.h by disable linux/atm_zatm.h and
move some useful definition in linux/atm_zatm.h to zntune.c to resolve move some useful definition in linux/atm_zatm.h to zntune.c to resolve
it. it.
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Dengke Du <dengke.du@windriver.com> Signed-off-by: Dengke Du <dengke.du@windriver.com>
--- ---
@@ -13,7 +13,7 @@ dhrystone sources:
Additionally, this patch adds a simple Makefile. Additionally, this patch adds a simple Makefile.
Upstream-status: Pending Upstream-Status: Pending
Sign-off-by: Kimmo Surakka <kimmo.surakka@ge.com> Sign-off-by: Kimmo Surakka <kimmo.surakka@ge.com>
Signed-off-by: Jose Alarcon <jose.alarcon@ge.com> Signed-off-by: Jose Alarcon <jose.alarcon@ge.com>
@@ -16,7 +16,7 @@ See:
My contribution is to tweak the wscript to link all the required libraries. My contribution is to tweak the wscript to link all the required libraries.
Upstream-status: submitted [https://github.com/glmark2/glmark2/pull/135] Upstream-Status: Submitted [https://github.com/glmark2/glmark2/pull/135]
Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
--- ---
src/native-state-dispmanx.cpp | 22 +++++++++++++++++----- src/native-state-dispmanx.cpp | 22 +++++++++++++++++-----
@@ -6,7 +6,7 @@ Subject: [PATCH] run dispmanx fullscreen
The dispmanx flavour can only run fullscreen, therefore set the size to The dispmanx flavour can only run fullscreen, therefore set the size to
fullscreen when glmark2-es2-dispmanx is run. fullscreen when glmark2-es2-dispmanx is run.
Upstream-status: submitted [https://github.com/glmark2/glmark2/pull/135] Upstream-Status: Submitted [https://github.com/glmark2/glmark2/pull/135]
Signed-off-by: Trevor Woerner <twoerner@gmail.com> Signed-off-by: Trevor Woerner <twoerner@gmail.com>
--- ---
src/main.cpp | 5 +++++ src/main.cpp | 5 +++++
@@ -24,7 +24,7 @@ Signed-off-by: Fupan Li <fupan.li@windriver.com>
Add and reword above comments Add and reword above comments
Upstream-status: inappropriate [ configuration ] Upstream-Status: Inappropriate [ configuration ]
Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
@@ -13,7 +13,7 @@ Signed-off-by: Fupan Li <fupan.li@windriver.com>
Reworded patch description. Reworded patch description.
Upstream-status: inappropriate [ configuration ] Upstream-Status: Inappropriate [ configuration ]
Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
@@ -1,10 +1,11 @@
Submitted By: Armin K. <krejzi at email dot com> Submitted By: Armin K. <krejzi at email dot com>
Date: 2012-07-06 Date: 2012-07-06
Initial Package Version: 0.4.6 Initial Package Version: 0.4.6
Upstream Status: Unknown
Origin: Self Origin: Self
Description: Some build fixes. Description: Some build fixes.
Upstream-Status: Pending
Index: obex-data-server-0.4.6/src/ods-obex.c Index: obex-data-server-0.4.6/src/ods-obex.c
=================================================================== ===================================================================
--- obex-data-server-0.4.6.orig/src/ods-obex.c --- obex-data-server-0.4.6.orig/src/ods-obex.c
@@ -3,7 +3,7 @@ From: "Roy.Li" <rongqing.li@windriver.com>
Date: Tue, 5 Sep 2017 10:24:10 +0800 Date: Tue, 5 Sep 2017 10:24:10 +0800
Subject: [PATCH] [PATCH] do not use the hardcode libdir Subject: [PATCH] [PATCH] do not use the hardcode libdir
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Roy.Li <rongqing.li@windriver.com> Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
@@ -10,7 +10,7 @@ C library. We don't need this check in meta-openembedded.
Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com> Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Upstream-status: Inappropriate Upstream-Status: Inappropriate
- upstream doxygen must build on many architectures, this change is - upstream doxygen must build on many architectures, this change is
too intrusive for upstream too intrusive for upstream
--- ---
@@ -8,8 +8,7 @@ are not under control or to be used at the CMakeLists level. In 3.20
that private generation changed pre-requisite targets[1] and now logs that private generation changed pre-requisite targets[1] and now logs
contain the path compiler_depend.ts instead of the actual file. contain the path compiler_depend.ts instead of the actual file.
Upstream status: Pending [1] Upstream-Status: Pending [https://github.com/fluent/fluent-bit/issues/5492]
[1] https://github.com/fluent/fluent-bit/issues/5492
--- ---
CMakeLists.txt | 6 +----- CMakeLists.txt | 6 +-----
lib/chunkio/CMakeLists.txt | 7 +------ lib/chunkio/CMakeLists.txt | 7 +------
@@ -7,8 +7,7 @@ bitbake passes CFLAGS that are often in conflict with the ones set
in mbedtls' CMakeLists.txt. Such conflicts are the inability to use in mbedtls' CMakeLists.txt. Such conflicts are the inability to use
FORTIFY_SOURCE=2 except in release mode FORTIFY_SOURCE=2 except in release mode
Upstream status: Innapropriate due to fluent-bit having it's own Release Upstream-Status: Innapropriate [due to fluent-bit having it's own Release flags that also overwrite bitbake ones.]
flags that also overwrite bitbake ones.
--- ---
lib/mbedtls-2.28.0/CMakeLists.txt | 2 -- lib/mbedtls-2.28.0/CMakeLists.txt | 2 --
1 file changed, 2 deletions(-) 1 file changed, 2 deletions(-)
@@ -8,8 +8,7 @@ Use pkg-config to get systemd.pc variables and systemdunitdir. Those
variable ensure that .service files are installed in the correct paths variable ensure that .service files are installed in the correct paths
and only when systemd is detected. and only when systemd is detected.
Upstream Status: Pending [1] Upstream-Status: Pending [https://github.com/fluent/fluent-bit/pull/5818]
[1] https://github.com/fluent/fluent-bit/pull/5818
--- ---
cmake/FindJournald.cmake | 4 ++++ cmake/FindJournald.cmake | 4 ++++
@@ -3,7 +3,7 @@ From: Koen Kooi <koen@dominion.thruhere.net>
Date: Wed, 6 Aug 2014 14:53:03 +0200 Date: Wed, 6 Aug 2014 14:53:03 +0200
Subject: [PATCH] configure: use pkg-config for freetype Subject: [PATCH] configure: use pkg-config for freetype
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
--- ---
configure.ac | 37 ++++++++----------------------------- configure.ac | 37 ++++++++-----------------------------
@@ -2,7 +2,7 @@ allow systemd path to be defined by configure option.
The configure probes the host for systemd path information. The configure probes the host for systemd path information.
Upstream Status: Inappropriate [Embedded] Upstream-Status: Inappropriate [Embedded]
Signed-off-By: Armin Kuster <akuster@mvista.com> Signed-off-By: Armin Kuster <akuster@mvista.com>
@@ -7,7 +7,7 @@ The include flag should point to the source directory, not the build
directory. directory.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Upstream-status: Submitted [https://github.com/libusbg/libusbg/pull/9] Upstream-Status: Submitted [https://github.com/libusbg/libusbg/pull/9]
--- ---
examples/Makefile.am | 2 +- examples/Makefile.am | 2 +-
src/Makefile.am | 2 +- src/Makefile.am | 2 +-
@@ -1,7 +1,7 @@
The original use of AC_ARG_WITH is buggy and causes expat support The original use of AC_ARG_WITH is buggy and causes expat support
to be *disabled* if "--with-expat" is passed to configure. to be *disabled* if "--with-expat" is passed to configure.
Upstream status: pending Upstream-Status: Pending
Index: log4c-1.2.4/configure.in Index: log4c-1.2.4/configure.in
=================================================================== ===================================================================
@@ -5,7 +5,7 @@ Subject: [PATCH 1/2] etc/openct.udev.in: disablePROGRAM
Bug fix: https://bugzilla.redhat.com/show_bug.cgi?id=287871 Bug fix: https://bugzilla.redhat.com/show_bug.cgi?id=287871
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
--- ---
@@ -5,7 +5,7 @@ Subject: [PATCH 2/2] etc/openct_usb.in: modify UDEVINFO
this patch is from Fedora this patch is from Fedora
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
--- ---
@@ -3,7 +3,7 @@ From: Paul Eggleton <paul.eggleton@linux.intel.com>
Date: Sun, 14 Jul 2019 19:13:21 -0700 Date: Sun, 14 Jul 2019 19:13:21 -0700
Subject: [PATCH] Fix building with musl Subject: [PATCH] Fix building with musl
Upstream-status: Pending Upstream-Status: Pending
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
--- ---
@@ -5,7 +5,7 @@ Subject: [PATCH] setup.py: link in sysroot, not in host directories
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Upstream-status: Unknown Upstream-Status: Unknown
--- ---
setup.py | 6 +++--- setup.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-) 1 file changed, 3 insertions(+), 3 deletions(-)
@@ -6,7 +6,7 @@ Subject: [PATCH] Fix implicit fallthrough warning
Fixes a warning about an implicit fall through in a case statement Fixes a warning about an implicit fall through in a case statement
(-Werror=implicit-fallthrough) with newer versions of GCC (-Werror=implicit-fallthrough) with newer versions of GCC
Upstream-status: Submitted [https://github.com/gnosek/fcgiwrap/pull/54] Upstream-Status: Submitted [https://github.com/gnosek/fcgiwrap/pull/54]
Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com> Signed-off-by: Joshua Watt <Joshua.Watt@garmin.com>
--- ---
configure.ac | 3 + configure.ac | 3 +
@@ -3,7 +3,7 @@ Disable OS version check in status screen
The code is not able to accurately detect the correct distro/version at The code is not able to accurately detect the correct distro/version at
the moment. the moment.
Upstream-status: Inappropriate Upstream-Status: Inappropriate
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
@@ -6,7 +6,7 @@ since these shouldn't be modified from the web interface.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Upstream-status: Pending Upstream-Status: Pending
--- webmin-1.570.orig/mount/index.cgi --- webmin-1.570.orig/mount/index.cgi
+++ webmin-1.570/mount/index.cgi +++ webmin-1.570/mount/index.cgi
@@ -3,7 +3,7 @@ From: Diego Rondini <diego.ml@zoho.com>
Date: Thu, 18 Feb 2016 15:44:06 +0100 Date: Thu, 18 Feb 2016 15:44:06 +0100
Subject: [PATCH] Adjust Mysql config defaults Subject: [PATCH] Adjust Mysql config defaults
Upstream-status: Inappropriate [configuration] Upstream-Status: Inappropriate [configuration]
Signed-off-by: Diego Rondini <diego.ml@zoho.com> Signed-off-by: Diego Rondini <diego.ml@zoho.com>
--- ---
@@ -1,4 +1,4 @@
Upstream-status: Inappropriate [configuration] Upstream-Status: Inappropriate [configuration]
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
@@ -1,4 +1,4 @@
Upstream-status: Inappropriate [configuration] Upstream-Status: Inappropriate [configuration]
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>