diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2023-02-23 14:45:29 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-02-24 08:45:44 -0800 |
commit | 285b7cd79fda2967613c14141f99aa8ef6f99c8d (patch) | |
tree | a4fe7e4b28909b84e2726f99410ed71c3e5cfddb /meta-oe/recipes-support | |
parent | 80fbf964e1ee02e117b2756831e66e4170d75ced (diff) | |
download | meta-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')
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 | |||
6 | Clang-15 errors out otherewise. | 6 | Clang-15 errors out otherewise. |
7 | Include needed headers for missing functions | 7 | Include needed headers for missing functions |
8 | 8 | ||
9 | Upstream-Status:Pending | 9 | Upstream-Status: Pending |
10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-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 @@ | |||
1 | allow a longer timeout | 1 | allow a longer timeout |
2 | 2 | ||
3 | Upstream-Status: Backport | 3 | Upstream-Status: Backport |
4 | 4 | ||
5 | Signed-off-by: Morgan Little <morgan.little@windriver.com> | 5 | Signed-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 | ||
6 | Remove the build flags to improve reproducibility. | 6 | Remove the build flags to improve reproducibility. |
7 | 7 | ||
8 | Upstream-Status: Inappropriate[oe specific] | 8 | Upstream-Status: Inappropriate [oe specific] |
9 | 9 | ||
10 | Signed-off-by: Mingli Yu <mingli.yu@windriver.com> | 10 | Signed-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> | |||
3 | Date: Wed, 2 Mar 2022 06:22:15 +0000 | 3 | Date: Wed, 2 Mar 2022 06:22:15 +0000 |
4 | Subject: [PATCH] Use OE-specific checks for ncurses | 4 | Subject: [PATCH] Use OE-specific checks for ncurses |
5 | 5 | ||
6 | Upstream-Status: Inappropriate[oe specific] | 6 | Upstream-Status: Inappropriate [oe specific] |
7 | 7 | ||
8 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 8 | Signed-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 | |||
7 | remove it to fix configure error: | 7 | remove it to fix configure error: |
8 | cannot check for file existence when cross compiling | 8 | cannot check for file existence when cross compiling |
9 | 9 | ||
10 | Upstream-Status: Inappropriate[oe specific] | 10 | Upstream-Status: Inappropriate [oe specific] |
11 | 11 | ||
12 | Signed-off-by: Changqing Li <changqing.li@windriver.com> | 12 | Signed-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 | |||
3 | without specifying libee_convert_DEPENDENCIES = libee.la, libee_convert | 3 | without specifying libee_convert_DEPENDENCIES = libee.la, libee_convert |
4 | can't find libee.la when linking as libee is not generated yet. | 4 | can't find libee.la when linking as libee is not generated yet. |
5 | 5 | ||
6 | Upstream-Status: pending | 6 | Upstream-Status: Pending |
7 | 7 | ||
8 | Signed-off-by: Yao Zhao <yao.zhao@windriver.com> | 8 | Signed-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 | ||
4 | Fix the install destination of some files. | 4 | Fix the install destination of some files. |
5 | 5 | ||
6 | Upstream-Status: inappropriate | 6 | Upstream-Status: Inappropriate |
7 | 7 | ||
8 | Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 8 | Signed-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 | ||
6 | Taken from https://github.com/x42/liboauth/issues/9 | 6 | Taken from https://github.com/x42/liboauth/issues/9 |
7 | 7 | ||
8 | Upstream-Status: Submitted[https://github.com/x42/liboauth/issues/9] | 8 | Upstream-Status: Submitted [https://github.com/x42/liboauth/issues/9] |
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-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 @@ | |||
1 | Subject: [PATCH] syslog-ng.service: the syslog-ng service can not start | 1 | Subject: [PATCH] syslog-ng.service: the syslog-ng service can not start |
2 | successfully,so modify it. | 2 | successfully,so modify it. |
3 | 3 | ||
4 | Upstream-Status: pending | 4 | Upstream-Status: Pending |
5 | 5 | ||
6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> | 6 | Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> |
7 | Updated-by: Andrej Valek <andrej.valek@siemens.com> | 7 | Updated-by: Andrej Valek <andrej.valek@siemens.com> |