summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-02-23 14:45:29 +0100
committerKhem Raj <raj.khem@gmail.com>2023-02-24 08:45:44 -0800
commit285b7cd79fda2967613c14141f99aa8ef6f99c8d (patch)
treea4fe7e4b28909b84e2726f99410ed71c3e5cfddb /meta-oe/recipes-support
parent80fbf964e1ee02e117b2756831e66e4170d75ced (diff)
downloadmeta-openembedded-285b7cd79fda2967613c14141f99aa8ef6f99c8d.tar.gz
.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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/daemontools/daemontools/0001-Fix-signature-of-main-function.patch2
-rw-r--r--meta-oe/recipes-support/eject/eject/eject-timeout.patch2
-rw-r--r--meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch2
-rw-r--r--meta-oe/recipes-support/hstr/files/0001-Use-OE-specific-checks-for-ncurses.patch2
-rw-r--r--meta-oe/recipes-support/hstr/files/0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch2
-rw-r--r--meta-oe/recipes-support/libee/libee/libee-parallel-make.patch2
-rw-r--r--meta-oe/recipes-support/libharu/libharu/libharu-RELEASE_2_3_0_cmake.patch2
-rw-r--r--meta-oe/recipes-support/liboauth/liboauth/0001-Support-OpenSSL-1.1.0.patch2
-rw-r--r--meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch2
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-oe/recipes-support/daemontools/daemontools/0001-Fix-signature-of-main-function.patch b/meta-oe/recipes-support/daemontools/daemontools/0001-Fix-signature-of-main-function.patch
index 19f0ae7f2..4b332a000 100644
--- a/meta-oe/recipes-support/daemontools/daemontools/0001-Fix-signature-of-main-function.patch
+++ b/meta-oe/recipes-support/daemontools/daemontools/0001-Fix-signature-of-main-function.patch
@@ -6,7 +6,7 @@ Subject: [PATCH] Fix signature of main function
6Clang-15 errors out otherewise. 6Clang-15 errors out otherewise.
7Include needed headers for missing functions 7Include needed headers for missing functions
8 8
9Upstream-Status:Pending 9Upstream-Status: Pending
10Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11--- 11---
12 src/chkshsgr.c | 2 +- 12 src/chkshsgr.c | 2 +-
diff --git a/meta-oe/recipes-support/eject/eject/eject-timeout.patch b/meta-oe/recipes-support/eject/eject/eject-timeout.patch
index de8146f32..4511e1706 100644
--- a/meta-oe/recipes-support/eject/eject/eject-timeout.patch
+++ b/meta-oe/recipes-support/eject/eject/eject-timeout.patch
@@ -1,6 +1,6 @@
1allow a longer timeout 1allow a longer timeout
2 2
3Upstream-Status: Backport 3Upstream-Status: Backport
4 4
5Signed-off-by: Morgan Little <morgan.little@windriver.com> 5Signed-off-by: Morgan Little <morgan.little@windriver.com>
6 6
diff --git a/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch b/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch
index b896770d9..642d7d166 100644
--- a/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch
+++ b/meta-oe/recipes-support/hdf5/files/0001-cmake-remove-build-flags.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] cmake: remove build flags
5 5
6Remove the build flags to improve reproducibility. 6Remove the build flags to improve reproducibility.
7 7
8Upstream-Status: Inappropriate[oe specific] 8Upstream-Status: Inappropriate [oe specific]
9 9
10Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 10Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
11--- 11---
diff --git a/meta-oe/recipes-support/hstr/files/0001-Use-OE-specific-checks-for-ncurses.patch b/meta-oe/recipes-support/hstr/files/0001-Use-OE-specific-checks-for-ncurses.patch
index d7eb558a9..421d824ee 100644
--- a/meta-oe/recipes-support/hstr/files/0001-Use-OE-specific-checks-for-ncurses.patch
+++ b/meta-oe/recipes-support/hstr/files/0001-Use-OE-specific-checks-for-ncurses.patch
@@ -3,7 +3,7 @@ From: Changqing Li <changqing.li@windriver.com>
3Date: Wed, 2 Mar 2022 06:22:15 +0000 3Date: Wed, 2 Mar 2022 06:22:15 +0000
4Subject: [PATCH] Use OE-specific checks for ncurses 4Subject: [PATCH] Use OE-specific checks for ncurses
5 5
6Upstream-Status: Inappropriate[oe specific] 6Upstream-Status: Inappropriate [oe specific]
7 7
8Signed-off-by: Changqing Li <changqing.li@windriver.com> 8Signed-off-by: Changqing Li <changqing.li@windriver.com>
9--- 9---
diff --git a/meta-oe/recipes-support/hstr/files/0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch b/meta-oe/recipes-support/hstr/files/0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch
index e9b44c4c9..832d768ff 100644
--- a/meta-oe/recipes-support/hstr/files/0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch
+++ b/meta-oe/recipes-support/hstr/files/0001-configure.ac-Don-t-use-AC_CHECK_FILE.patch
@@ -7,7 +7,7 @@ AC_CHECK_FILE is not suitable for cross-compile, so
7remove it to fix configure error: 7remove it to fix configure error:
8cannot check for file existence when cross compiling 8cannot check for file existence when cross compiling
9 9
10Upstream-Status: Inappropriate[oe specific] 10Upstream-Status: Inappropriate [oe specific]
11 11
12Signed-off-by: Changqing Li <changqing.li@windriver.com> 12Signed-off-by: Changqing Li <changqing.li@windriver.com>
13--- 13---
diff --git a/meta-oe/recipes-support/libee/libee/libee-parallel-make.patch b/meta-oe/recipes-support/libee/libee/libee-parallel-make.patch
index 25e5c6ae0..8bb23aafc 100644
--- a/meta-oe/recipes-support/libee/libee/libee-parallel-make.patch
+++ b/meta-oe/recipes-support/libee/libee/libee-parallel-make.patch
@@ -3,7 +3,7 @@ fix parallel compiling problem
3without specifying libee_convert_DEPENDENCIES = libee.la, libee_convert 3without specifying libee_convert_DEPENDENCIES = libee.la, libee_convert
4can't find libee.la when linking as libee is not generated yet. 4can't find libee.la when linking as libee is not generated yet.
5 5
6Upstream-Status: pending 6Upstream-Status: Pending
7 7
8Signed-off-by: Yao Zhao <yao.zhao@windriver.com> 8Signed-off-by: Yao Zhao <yao.zhao@windriver.com>
9--- 9---
diff --git a/meta-oe/recipes-support/libharu/libharu/libharu-RELEASE_2_3_0_cmake.patch b/meta-oe/recipes-support/libharu/libharu/libharu-RELEASE_2_3_0_cmake.patch
index 332be1b3f..05f78ed73 100644
--- a/meta-oe/recipes-support/libharu/libharu/libharu-RELEASE_2_3_0_cmake.patch
+++ b/meta-oe/recipes-support/libharu/libharu/libharu-RELEASE_2_3_0_cmake.patch
@@ -3,7 +3,7 @@ https://src.fedoraproject.org/rpms/libharu
3 3
4Fix the install destination of some files. 4Fix the install destination of some files.
5 5
6Upstream-Status: inappropriate 6Upstream-Status: Inappropriate
7 7
8Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> 8Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
9 9
diff --git a/meta-oe/recipes-support/liboauth/liboauth/0001-Support-OpenSSL-1.1.0.patch b/meta-oe/recipes-support/liboauth/liboauth/0001-Support-OpenSSL-1.1.0.patch
index 8691eae2b..2631f4ae7 100644
--- a/meta-oe/recipes-support/liboauth/liboauth/0001-Support-OpenSSL-1.1.0.patch
+++ b/meta-oe/recipes-support/liboauth/liboauth/0001-Support-OpenSSL-1.1.0.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Support OpenSSL 1.1.0
5 5
6Taken from https://github.com/x42/liboauth/issues/9 6Taken from https://github.com/x42/liboauth/issues/9
7 7
8Upstream-Status: Submitted[https://github.com/x42/liboauth/issues/9] 8Upstream-Status: Submitted [https://github.com/x42/liboauth/issues/9]
9Signed-off-by: Khem Raj <raj.khem@gmail.com> 9Signed-off-by: Khem Raj <raj.khem@gmail.com>
10--- 10---
11 src/hash.c | 65 ++++++++++++++++++++++++++++++++++++------------------ 11 src/hash.c | 65 ++++++++++++++++++++++++++++++++++++------------------
diff --git a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch
index 733480030..c80e91244 100644
--- a/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch
+++ b/meta-oe/recipes-support/syslog-ng/files/syslog-ng.service-the-syslog-ng-service.patch
@@ -1,7 +1,7 @@
1Subject: [PATCH] syslog-ng.service: the syslog-ng service can not start 1Subject: [PATCH] syslog-ng.service: the syslog-ng service can not start
2 successfully,so modify it. 2 successfully,so modify it.
3 3
4Upstream-Status: pending 4Upstream-Status: Pending
5 5
6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> 6Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
7Updated-by: Andrej Valek <andrej.valek@siemens.com> 7Updated-by: Andrej Valek <andrej.valek@siemens.com>