.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-02-23 14:45:29 +01:00 committed by Khem Raj
parent 80fbf964e1
commit 285b7cd79f
62 changed files with 86 additions and 89 deletions

View File

@ -5,7 +5,7 @@ Subject: [PATCH] drop zenity detection
OE does not support zenity OE does not support zenity
Upstream-Status: inappropriate [OE specific] Upstream-Status: Inappropriate [OE specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
--- ---

View File

@ -1,6 +1,6 @@
[PATCH] fix the empty file writting [PATCH] fix the empty file writting
Upstream-Status: pending Upstream-Status: Pending
With the feature that checking the disk filled up, the return With the feature that checking the disk filled up, the return
value of function write_behind was checked and used to detect value of function write_behind was checked and used to detect

View File

@ -7,7 +7,7 @@ In ascii mode, if the CR and LF was separated into different transfer
blocks, LF will be just dropped instead of replacing the previous CR. blocks, LF will be just dropped instead of replacing the previous CR.
Add a checking on the first character to fix it. Add a checking on the first character to fix it.
Upstream-Status: pending Upstream-Status: Pending
Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com> Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>
--- ---

View File

@ -6,7 +6,7 @@ Subject: [PATCH] usr/Makefile: WARNING fix WARNING: QA Issue: tgt:
packages-split/tgt/usr/sbin/tgtd contains probably-redundant RPATH /usr/lib packages-split/tgt/usr/sbin/tgtd contains probably-redundant RPATH /usr/lib
[useless-rpaths] [useless-rpaths]
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>

View File

@ -1,7 +1,6 @@
This adds ARG_MAX define to be _SC_ARG_MAX This adds ARG_MAX define to be _SC_ARG_MAX
Upstream-Status: Inappropriate. Upstream-Status: Inappropriate [Most distros have their own verion for this fix]
Most distros have their own verion for this fix.
Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>

View File

@ -5,7 +5,7 @@ Subject: [PATCH 1/2] To aviod buffer overflow in telnet
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>
--- ---

View File

@ -6,7 +6,7 @@ Subject: [PATCH 2/2] WARNING Fix and modify "CFLAGS"
WARNING: QA Issue: File '/usr/sbin/in.telnetd' from netkit-telnet was WARNING: QA Issue: File '/usr/sbin/in.telnetd' from netkit-telnet was
already stripped, this will prevent future debugging! [already-stripped] already stripped, this will prevent future debugging! [already-stripped]
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>
--- ---

View File

@ -10,7 +10,7 @@ conftest.c:168:17: fatal error: pkg.h: No such file or directory
#include <pkg.h> #include <pkg.h>
^ ^
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>

View File

@ -3,7 +3,7 @@ From: Li xin <lixin.fnst@cn.fujitsu.com>
Date: Mon, 1 Dec 2014 01:53:41 +0900 Date: Mon, 1 Dec 2014 01:53:41 +0900
Subject: [PATCH] Makefile:modify CFLAGS to aviod build error. Subject: [PATCH] Makefile:modify CFLAGS to aviod build error.
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>
--- ---

View File

@ -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>
--- ---

View File

@ -6,7 +6,7 @@ Subject: [PATCH] Modify configure.in and etc/Makefile.am
this patch is from Fedora to fix error: this patch is from Fedora to fix error:
"conftest.c:26:9: error: unknown type name 'not'" "conftest.c:26:9: error: unknown type name 'not'"
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>
--- ---

View File

@ -6,7 +6,7 @@ Subject: [PATCH] configure.in: Error fix.
the error is: conftest.c:9:28: fatal error: ac_nonexistent.h: the error is: conftest.c:9:28: fatal error: ac_nonexistent.h:
No such file or directory #include <ac_nonexistent.h> No such file or directory #include <ac_nonexistent.h>
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>

View File

@ -5,7 +5,7 @@ Subject: [PATCH] configure.ac: convert AC_TRY_RUN to AC_TRY_LINK statements
This is not completely safe, but it's the least invasive fix. This is not completely safe, but it's the least invasive fix.
Upstream-Status: pending Upstream-Status: Pending
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>

View File

@ -6,7 +6,7 @@ Subject: [PATCH] Makefile: tweak install dir
For oe-core, the man doc should be installed to /usr/share/man For oe-core, the man doc should be installed to /usr/share/man
rather than /usr/locale/man. rather than /usr/locale/man.
Upstream-Status: inappropriate (oe specific) Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
--- ---

View File

@ -3,7 +3,7 @@ From: Roy Li <rongqing.li@windriver.com>
Date: Thu, 5 May 2016 09:52:01 +0800 Date: Thu, 5 May 2016 09:52:01 +0800
Subject: [PATCH] [PATCH] avoid gcc optimize-away the loops Subject: [PATCH] [PATCH] avoid gcc optimize-away the loops
Upstream-Status: pending Upstream-Status: Pending
Change expression used in do_integer_mul and do_uint64_mul Change expression used in do_integer_mul and do_uint64_mul
benchmarks so GCC doesn't optimize-away the loops, other benchmarks so GCC doesn't optimize-away the loops, other

View File

@ -3,7 +3,7 @@ From: Khem Raj <raj.khem@gmail.com>
Date: Mon, 11 Jan 2021 15:16:57 -0800 Date: Mon, 11 Jan 2021 15:16:57 -0800
Subject: [PATCH] patch term module for mips ispeed/ospeed termios absense Subject: [PATCH] patch term module for mips ispeed/ospeed termios absense
Upstream-Status: OE-Specific [needed on mips] Upstream-Status: Inappropriate [OE-Specific needed on mips]
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---

View File

@ -3,7 +3,7 @@ From: Matteo Croce <mcroce@microsoft.com>
Date: Wed, 15 Sep 2021 17:54:01 +0200 Date: Wed, 15 Sep 2021 17:54:01 +0200
Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3 Subject: [PATCH] Use /usr/bin/env python3 instead of just /usr/bin/python3
Upstream-Status: inappropriate [OE specific] Upstream-Status: Inappropriate [OE specific]
--- ---
ostra/ostra-cg | 2 +- ostra/ostra-cg | 2 +-

View File

@ -4,7 +4,7 @@ Date: Mon, 3 Aug 2015 13:43:14 +0800
Subject: [PATCH] setup.py.in: add missing python include dir for cross Subject: [PATCH] setup.py.in: add missing python include dir for cross
compiling compiling
Upstream-Status: inappropriate [oe-core specific] Upstream-Status: Inappropriate [oe-core specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
--- ---

View File

@ -5,7 +5,7 @@ Subject: [PATCH 1/4] Makefile.am: remove doc and apidoc
There was a failure at do_install time, so remove doc to workaround. There was a failure at do_install time, so remove doc to workaround.
Upstream-Status: Inappropriate workaround Upstream-Status: Inappropriate [workaround]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
--- ---

View File

@ -7,7 +7,7 @@ The prog of xmlto and asciidoc were used to generate documents,
and since the doc module has already been disabled, so we should and since the doc module has already been disabled, so we should
remove the prog test. remove the prog test.
Upstream-Status: Inappropriate workaround Upstream-Status: Inappropriate [workaround]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
--- ---

View File

@ -3,7 +3,7 @@ From: Hongxu Jia <hongxu.jia@windriver.com>
Date: Wed, 26 Apr 2017 03:51:03 -0400 Date: Wed, 26 Apr 2017 03:51:03 -0400
Subject: [PATCH 3/4] without build plugins Subject: [PATCH 3/4] without build plugins
Upstream-Status: Inappropriate workaround Upstream-Status: Inappropriate [workaround]
Rebase to 2.9.1 Rebase to 2.9.1
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>

View File

@ -5,7 +5,7 @@ Subject: [PATCH 4/4] configure.ac: remove prog test of augparse
The build time does not require it. The build time does not require it.
Upstream-Status: Inappropriate workaround Upstream-Status: Inappropriate [workaround]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
--- ---

View File

@ -3,7 +3,7 @@ From: Li xin <lixin.fnst@cn.fujitsu.com>
Date: Thu, 4 Dec 2014 03:50:19 +0900 Date: Thu, 4 Dec 2014 03:50:19 +0900
Subject: [PATCH 1/2] change mandir to DESTDIR Subject: [PATCH 1/2] change mandir to DESTDIR
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>
--- ---

View File

@ -7,7 +7,7 @@ this patch is from Debian to fix build errors.
"acinclude.m4:34: error: automatic de-ANSI-fication "acinclude.m4:34: error: automatic de-ANSI-fication
support has been removed" support has been removed"
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>
--- ---

View File

@ -3,7 +3,7 @@ Fix Makefile:
* change the file format from dos to unix to avoid do_patch failed. * change the file format from dos to unix to avoid do_patch failed.
* override gcc,SBIN_DIR and INSTALL for cross-compilation. * override gcc,SBIN_DIR and INSTALL for cross-compilation.
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>
--- ---

View File

@ -6,7 +6,7 @@ MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8 Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit Content-Transfer-Encoding: 8bit
Upstream-Status: inappropriate [OE specific] Upstream-Status: Inappropriate [OE specific]
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
--- ---

View File

@ -10,7 +10,7 @@ COMPAT_OLD_KEYSYMDEF is a check for a legacy system, which our system
most definitely is not. It is accomplished by trying to execute most definitely is not. It is accomplished by trying to execute
a program, which does not work when cross compiling. a program, which does not work when cross compiling.
Upstream-Status: inappropriate [OE specific] Upstream-Status: Inappropriate [OE specific]
Signed-off-by: Jarmo Jaakkola <jarmo.jaakkola@vincit.fi> Signed-off-by: Jarmo Jaakkola <jarmo.jaakkola@vincit.fi>
Signed-off-by: Riku Hämäläinen <riku.hamalainen@ge.com> Signed-off-by: Riku Hämäläinen <riku.hamalainen@ge.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>

View File

@ -8,9 +8,7 @@ Content-Transfer-Encoding: 8bit
in out of tree builds lxdm.conf is empty in out of tree builds lxdm.conf is empty
Upstream-Status: submitted [1] Upstream-Status: Submitted [http://sourceforge.net/p/lxde/mailman/message/32901417/]
[1] http://sourceforge.net/p/lxde/mailman/message/32901417/
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
--- ---

View File

@ -8,7 +8,7 @@ Do not compile man dir since error always occur.
| make[2]: *** [sessreg.1] Error 1 | make[2]: *** [sessreg.1] Error 1
It is not a good way.But can remove it from SKIP_RECIPE. It is not a good way.But can remove it from SKIP_RECIPE.
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>
--- ---

View File

@ -11,7 +11,7 @@ lock_torture_wr-96 was split to different line due to limited buffer
size(1k) set in kernel, check this case and re-parse the unfinished size(1k) set in kernel, check this case and re-parse the unfinished
line. line.
Upstream-Status: [Submitted: https://github.com/intel/pm-graph/pull/20] Upstream-Status: Submitted [https://github.com/intel/pm-graph/pull/20]
Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Liwei Song <liwei.song@windriver.com>
--- ---

View File

@ -3,7 +3,7 @@ fix parallel compiling problem
without specifying libee_convert_DEPENDENCIES = libee.la, libee_convert without specifying libee_convert_DEPENDENCIES = libee.la, libee_convert
can't find libee.la when linking as libee is not generated yet. can't find libee.la when linking as libee is not generated yet.
Upstream-Status: pending Upstream-Status: Pending
Signed-off-by: Yao Zhao <yao.zhao@windriver.com> Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
--- ---

View File

@ -3,7 +3,7 @@ https://src.fedoraproject.org/rpms/libharu
Fix the install destination of some files. Fix the install destination of some files.
Upstream-Status: inappropriate Upstream-Status: Inappropriate
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>

View File

@ -1,7 +1,7 @@
Subject: [PATCH] syslog-ng.service: the syslog-ng service can not start Subject: [PATCH] syslog-ng.service: the syslog-ng service can not start
successfully,so modify it. successfully,so modify it.
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>
Updated-by: Andrej Valek <andrej.valek@siemens.com> Updated-by: Andrej Valek <andrej.valek@siemens.com>

View File

@ -9,7 +9,7 @@ twice. Remove one errors.py from the installation list.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Upstream-Status: Inappropirate [upstream inactive] Upstream-Status: Inappropriate [upstream inactive]
diff --git a/src/Makefile.am b/src/Makefile.am diff --git a/src/Makefile.am b/src/Makefile.am
index 5c27dfe..7536e43 100644 index 5c27dfe..7536e43 100644

View File

@ -9,7 +9,7 @@ we support basic/digest authentication.
Add KickstartAuthError to report authentication failure, Add KickstartAuthError to report authentication failure,
which the invoker could parse this specific error. which the invoker could parse this specific error.
Upstream-Status: inappropriate [oe specific] Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
--- ---

View File

@ -8,7 +8,7 @@ network, it failed and wait 300s to break, we should retry
to invoke request with timeout explicitly. So if it the to invoke request with timeout explicitly. So if it the
network is up, the fetch works. network is up, the fetch works.
Upstream-Status: inappropriate [oe specific] Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
--- ---