mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
.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:
+1
-1
@@ -1,4 +1,4 @@
|
||||
Upstream-Status:Inappropriate [embedded specific]
|
||||
Upstream-Status: Inappropriate [embedded specific]
|
||||
|
||||
fix the below error:
|
||||
configure: error: cannot run test program while cross compiling
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ Subject: [PATCH] Disable run test program while cross compiling
|
||||
fix configure error:
|
||||
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>
|
||||
---
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[PATCH] fix the empty file writting
|
||||
|
||||
Upstream-Status: pending
|
||||
Upstream-Status: Pending
|
||||
|
||||
With the feature that checking the disk filled up, the return
|
||||
value of function write_behind was checked and used to detect
|
||||
|
||||
+1
-1
@@ -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.
|
||||
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>
|
||||
---
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ Fixes:
|
||||
| | ^~~~
|
||||
| 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>
|
||||
---
|
||||
|
||||
@@ -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
|
||||
[useless-rpaths]
|
||||
|
||||
Upstream-Status: pending
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
This adds ARG_MAX define to be _SC_ARG_MAX
|
||||
|
||||
Upstream-Status: Inappropriate.
|
||||
Most distros have their own verion for this fix.
|
||||
Upstream-Status: Inappropriate [Most distros have their own verion for this fix]
|
||||
|
||||
Signed-off-by: Armin Kuster <akuster808@gmail.com>
|
||||
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ Subject: [PATCH 1/2] To aviod buffer overflow in telnet
|
||||
|
||||
This patch is from Fedora.
|
||||
|
||||
Upstream-Status: pending
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
|
||||
---
|
||||
|
||||
+1
-1
@@ -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
|
||||
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>
|
||||
---
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@ conftest.c:168:17: fatal error: pkg.h: No such file or directory
|
||||
#include <pkg.h>
|
||||
^
|
||||
|
||||
Upstream-Status: pending
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
|
||||
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ From: Li xin <lixin.fnst@cn.fujitsu.com>
|
||||
Date: Mon, 1 Dec 2014 01:53:41 +0900
|
||||
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>
|
||||
---
|
||||
|
||||
+1
-1
@@ -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 two get out of sync.
|
||||
|
||||
Upstream-Status: pending
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
|
||||
---
|
||||
|
||||
+7
-7
@@ -2,17 +2,17 @@ commit 6ea3125e2bec15004f312814022335d94cdf7e94
|
||||
Author: Aws Ismail <aws.ismail@windriver.com>
|
||||
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
|
||||
script. Use /etc/default/ instead of
|
||||
/etc/sysconfig/
|
||||
Correct the location of the sysconfig
|
||||
script. Use /etc/default/ instead of
|
||||
/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
|
||||
index 7f27bb7..4194f63 100755
|
||||
|
||||
@@ -2,16 +2,16 @@ commit 7c58a1e244ea83a9e7bbd51a6d354cee25cdbd33
|
||||
Author: Aws Ismail <aws.ismail@windriver.com>
|
||||
Date: Wed Sep 12 23:35:40 2012 -0400
|
||||
|
||||
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>
|
||||
Fix openl2tpd initscript
|
||||
|
||||
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
|
||||
index ce21b50..7f27bb7 100755
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ Subject: [PATCH] Modify configure.in and etc/Makefile.am
|
||||
this patch is from Fedora to fix error:
|
||||
"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>
|
||||
---
|
||||
|
||||
@@ -6,7 +6,7 @@ Subject: [PATCH] configure.in: Error fix.
|
||||
the error is: conftest.c:9:28: fatal error: 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>
|
||||
|
||||
|
||||
@@ -3,25 +3,25 @@ From: Joe Slater <jslater@windriver.com>
|
||||
Date: Thu, 9 Mar 2017 10:58:06 -0800
|
||||
Subject: [PATCH] chrony: fix build failure for arma9
|
||||
|
||||
Eliminate references to syscalls not available
|
||||
for ARM_EABI. Also add a dependency on libseccomp
|
||||
which is needed for scfilter to work.
|
||||
Eliminate references to syscalls not available
|
||||
for ARM_EABI. Also add a dependency on libseccomp
|
||||
which is needed for scfilter to work.
|
||||
|
||||
Set PACKAGECONFIG to not enable scfilter, since
|
||||
kernel CONFIG_SECCOMP is unlikely to be set. This
|
||||
aligns the usage of libseccomp with that of other packages.
|
||||
Set PACKAGECONFIG to not enable scfilter, since
|
||||
kernel CONFIG_SECCOMP is unlikely to be set. This
|
||||
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 +++++++++------
|
||||
|
||||
+1
-1
@@ -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.
|
||||
|
||||
Upstream-Status: pending
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
|
||||
Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@ From: Changqing Li <changqing.li@windriver.com>
|
||||
Date: Thu, 21 Apr 2022 17:22:35 +0800
|
||||
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: Sakib Sajal <sakib.sajal@windriver.com>
|
||||
|
||||
@@ -6,7 +6,7 @@ Subject: [PATCH] Makefile: tweak install dir
|
||||
For oe-core, the man doc should be installed to /usr/share/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>
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user