.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

@ -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@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
--- ---

View File

@ -9,7 +9,7 @@ Content-Transfer-Encoding: 8bit
* Do not build/run mozjs-linked program * Do not build/run mozjs-linked program
* Do not try to run test applications * Do not try to run test applications
Upstream-Status: Submitted[https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/690] Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/690]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
--- ---

View File

@ -7,7 +7,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: Submitted[https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/690] Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/gjs/-/merge_requests/690]
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
--- ---

View File

@ -3,7 +3,7 @@ From: Mae Dartmann <hello@maedartmann.name>
Date: Wed, 16 Feb 2022 06:08:41 +0000 Date: Wed, 16 Feb 2022 06:08:41 +0000
Subject: [PATCH] meson: fix invalid positional argument Subject: [PATCH] meson: fix invalid positional argument
Upstream-Status: Accepted[https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8] Upstream-Status: Accepted [https://gitlab.gnome.org/GNOME/gnome-tweaks/-/commit/dc9701e18775c01d0b69fabaa350147f70096da8]
--- ---
data/meson.build | 4 ++-- data/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 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,4 +1,4 @@
Upstream-Status:Inappropriate [embedded specific] Upstream-Status: Inappropriate [embedded specific]
fix the below error: fix the below error:
configure: error: cannot run test program while cross compiling configure: error: cannot run test program while cross compiling

View File

@ -6,7 +6,7 @@ Subject: [PATCH] Disable run test program while cross compiling
fix configure error: fix configure error:
configure: error: cannot run test program while cross compiling configure: error: cannot run test program while cross compiling
Upstream-Status:Inappropriate [embedded specific] Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Yi Zhao <yi.zhao@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

@ -15,7 +15,7 @@ Fixes:
| | ^~~~ | | ^~~~
| cc1: all warnings being treated as errors | cc1: all warnings being treated as errors
Upstream-Status: Submitted[https://github.com/kronosnet/kronosnet/pull/382] Upstream-Status: Submitted [https://github.com/kronosnet/kronosnet/pull/382]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Mingli Yu <mingli.yu@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

@ -2,17 +2,17 @@ commit 6ea3125e2bec15004f312814022335d94cdf7e94
Author: Aws Ismail <aws.ismail@windriver.com> Author: Aws Ismail <aws.ismail@windriver.com>
Date: Wed Sep 19 11:34:48 2012 -0400 Date: Wed Sep 19 11:34:48 2012 -0400
Fix openl2tp config script location Fix openl2tp config script location
Correct the location of the sysconfig Correct the location of the sysconfig
script. Use /etc/default/ instead of script. Use /etc/default/ instead of
/etc/sysconfig/ /etc/sysconfig/
Signed-off-by: Aws Ismail <aws.ismail@windriver.com> Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
Upstream-Status: Inappropriate [configuration] Upstream-Status: Inappropriate [configuration]
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
diff --git a/etc/rc.d/init.d/openl2tpd b/etc/rc.d/init.d/openl2tpd diff --git a/etc/rc.d/init.d/openl2tpd b/etc/rc.d/init.d/openl2tpd
index 7f27bb7..4194f63 100755 index 7f27bb7..4194f63 100755

View File

@ -2,16 +2,16 @@ commit 7c58a1e244ea83a9e7bbd51a6d354cee25cdbd33
Author: Aws Ismail <aws.ismail@windriver.com> Author: Aws Ismail <aws.ismail@windriver.com>
Date: Wed Sep 12 23:35:40 2012 -0400 Date: Wed Sep 12 23:35:40 2012 -0400
Fix openl2tpd initscript Fix openl2tpd initscript
- Correct the location of the retval statement.
- use start-stop-daemon instead of daemon.
Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
Upstream-Status: Inappropriate [OE specific] - Correct the location of the retval statement.
- use start-stop-daemon instead of daemon.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Aws Ismail <aws.ismail@windriver.com>
Upstream-Status: Inappropriate [OE specific]
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
diff --git a/etc/rc.d/init.d/openl2tpd b/etc/rc.d/init.d/openl2tpd diff --git a/etc/rc.d/init.d/openl2tpd b/etc/rc.d/init.d/openl2tpd
index ce21b50..7f27bb7 100755 index ce21b50..7f27bb7 100755

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

@ -3,25 +3,25 @@ From: Joe Slater <jslater@windriver.com>
Date: Thu, 9 Mar 2017 10:58:06 -0800 Date: Thu, 9 Mar 2017 10:58:06 -0800
Subject: [PATCH] chrony: fix build failure for arma9 Subject: [PATCH] chrony: fix build failure for arma9
Eliminate references to syscalls not available Eliminate references to syscalls not available
for ARM_EABI. Also add a dependency on libseccomp for ARM_EABI. Also add a dependency on libseccomp
which is needed for scfilter to work. which is needed for scfilter to work.
Set PACKAGECONFIG to not enable scfilter, since Set PACKAGECONFIG to not enable scfilter, since
kernel CONFIG_SECCOMP is unlikely to be set. This kernel CONFIG_SECCOMP is unlikely to be set. This
aligns the usage of libseccomp with that of other packages. aligns the usage of libseccomp with that of other packages.
Upstream-Status: Pending Upstream-Status: Pending
Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Joe Slater <jslater@windriver.com>
Refresh patch for new upstream version. Refresh patch for new upstream version.
Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
Refreshed for 4.0 Refreshed for 4.0
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
sys_linux.c | 15 +++++++++------ sys_linux.c | 15 +++++++++------

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

@ -3,7 +3,7 @@ From: Changqing Li <changqing.li@windriver.com>
Date: Thu, 21 Apr 2022 17:22:35 +0800 Date: Thu, 21 Apr 2022 17:22:35 +0800
Subject: [PATCH] drbd-utils: support usermerge Subject: [PATCH] drbd-utils: support usermerge
Upstream-Status: Inappropriate[oe-specific] Upstream-Status: Inappropriate [oe-specific]
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> Signed-off-by: Sakib Sajal <sakib.sajal@windriver.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

@ -10,7 +10,7 @@ Adding the "retain-splash” option to tell plymouth to keep the boot
splashs contents on screen even after plymouth exits to make the splashs contents on screen even after plymouth exits to make the
splash screen show more friendly on the system which boots so fast. splash screen show more friendly on the system which boots so fast.
Upstream-Status: Inappropriate[embedded specific] Upstream-Status: Inappropriate [embedded specific]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
--- ---

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

@ -7,7 +7,7 @@ Comment out the logic which for suse as it introduces
below do_populate_sysroot error: below do_populate_sysroot error:
ERROR: mariadb-native-10.3.13-r0 do_populate_sysroot: sstate found an absolute path symlink /build/tmp/work/x86_64-linux/mariadb-native/10.3.13-r0/sysroot-destdir/build/tmp/work/x86_64-linux/mariadb-native/10.3.13-r0/recipe-sysroot-native/usr/sbin/rcmysql pointing at /build/tmp/work/x86_64-linux/mariadb-native/10.3.13-r0/recipe-sysroot-native/etc/init.d/mysql. Please replace this with a relative link. ERROR: mariadb-native-10.3.13-r0 do_populate_sysroot: sstate found an absolute path symlink /build/tmp/work/x86_64-linux/mariadb-native/10.3.13-r0/sysroot-destdir/build/tmp/work/x86_64-linux/mariadb-native/10.3.13-r0/recipe-sysroot-native/usr/sbin/rcmysql pointing at /build/tmp/work/x86_64-linux/mariadb-native/10.3.13-r0/recipe-sysroot-native/etc/init.d/mysql. Please replace this with a relative link.
Upstream-Status: Inappropriate[oe build specific] Upstream-Status: Inappropriate [oe build specific]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>

View File

@ -1,6 +1,6 @@
map the mcontext_t structure for musl map the mcontext_t structure for musl
Upstream-Status: Inappropriate[need to consider Android] Upstream-Status: Inappropriate [need to consider Android]
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Index: git/src/client/linux/minidump_writer/linux_core_dumper.cc Index: git/src/client/linux/minidump_writer/linux_core_dumper.cc

View File

@ -34,7 +34,7 @@ This patch is only needded by doxygen-native.
Updated to apply to release 1.9.1. Updated to apply to release 1.9.1.
Upstream-Status: Inappropriate[oe specific] Upstream-Status: Inappropriate [oe specific]
Co-Authored-By: Kai Kang <kai.kang@windriver.com> Co-Authored-By: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.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

@ -21,7 +21,7 @@ and use the return status to determine the lib's
checking status is not appropriate in cross compile env. checking status is not appropriate in cross compile env.
$ /yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql-perl/4.050-r0/git/assertlibCOw_eujb $ /yocto/builds/upgrade1/tmp/work/core2-64-poky-linux/libdbd-mysql-perl/4.050-r0/git/assertlibCOw_eujb
Upstream-Status: Inappropriate[oe specific] Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
--- ---

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

@ -12,7 +12,7 @@ since 2.6.13 [1].
(it would require installing the libc headers otherwise, (it would require installing the libc headers otherwise,
for the test to detect /usr/include/sys/inotify.h.) for the test to detect /usr/include/sys/inotify.h.)
Upstream-Status: Inappropriate[OE-specific] Upstream-Status: Inappropriate [OE-specific]
Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com> Signed-off-by: Yi Fan Yu <yifan.yu@windriver.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

@ -10,7 +10,7 @@ Subject: [PATCH] makedumpfile: replace hardcode CFLAGS
* Forcibly to link dynamic library as the poky build * Forcibly to link dynamic library as the poky build
system doesn't build static library by default system doesn't build static library by default
Upstream-Status: Inappropriate[oe specific] Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Mingli Yu <mingli.yu@windriver.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

@ -1,6 +1,6 @@
Add a description to the AC_DEFINE statements so that it appears in config.h and silences a fatal warning. Add a description to the AC_DEFINE statements so that it appears in config.h and silences a fatal warning.
Upstream-Status:Pending Upstream-Status: Pending
Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com>
--- ---
configure.in | 6 +++--- configure.in | 6 +++---

View File

@ -6,7 +6,7 @@ Subject: [PATCH] Fix signature of main function
Clang-15 errors out otherewise. Clang-15 errors out otherewise.
Include needed headers for missing functions Include needed headers for missing functions
Upstream-Status:Pending Upstream-Status: Pending
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
src/chkshsgr.c | 2 +- src/chkshsgr.c | 2 +-

View File

@ -1,6 +1,6 @@
allow a longer timeout allow a longer timeout
Upstream-Status: Backport Upstream-Status: Backport
Signed-off-by: Morgan Little <morgan.little@windriver.com> Signed-off-by: Morgan Little <morgan.little@windriver.com>

View File

@ -5,7 +5,7 @@ Subject: [PATCH] cmake: remove build flags
Remove the build flags to improve reproducibility. Remove the build flags to improve reproducibility.
Upstream-Status: Inappropriate[oe specific] Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
--- ---

View File

@ -3,7 +3,7 @@ From: Changqing Li <changqing.li@windriver.com>
Date: Wed, 2 Mar 2022 06:22:15 +0000 Date: Wed, 2 Mar 2022 06:22:15 +0000
Subject: [PATCH] Use OE-specific checks for ncurses Subject: [PATCH] Use OE-specific checks for ncurses
Upstream-Status: Inappropriate[oe specific] Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com>
--- ---

View File

@ -7,7 +7,7 @@ AC_CHECK_FILE is not suitable for cross-compile, so
remove it to fix configure error: remove it to fix configure error:
cannot check for file existence when cross compiling cannot check for file existence when cross compiling
Upstream-Status: Inappropriate[oe specific] Upstream-Status: Inappropriate [oe specific]
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@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

@ -5,7 +5,7 @@ Subject: [PATCH] Support OpenSSL 1.1.0
Taken from https://github.com/x42/liboauth/issues/9 Taken from https://github.com/x42/liboauth/issues/9
Upstream-Status: Submitted[https://github.com/x42/liboauth/issues/9] Upstream-Status: Submitted [https://github.com/x42/liboauth/issues/9]
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
--- ---
src/hash.c | 65 ++++++++++++++++++++++++++++++++++++------------------ src/hash.c | 65 ++++++++++++++++++++++++++++++++++++------------------

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

@ -6,7 +6,7 @@ Subject: [PATCH 3/4] comment out sections shutdown and environment in
Both of them is disabled by default. Both of them is disabled by default.
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>
--- ---