unionfs-fuse, dropwatch, postgresql, yasm, multipath-tools, python3-pybind11: add missing Upstream-Status

* add Pending to .patch files where it was accidentally droped
  with upgrades or modifications in:

  f88e5b146e postgresql: upgrade 15.5 -> 16.2
  c904e169db multipath-tools: upgrade 0.9.3 -> 0.9.8
  105be9b3d9 unionfs-fuse: upgrade 2.2 --> 3.4

  or new patches where the author didn't notice/care:

  2a7f74cdb0 dropwatch: Use header files from sysroot instead of build host
  f5cc9f272a yasm: improve reproducibility
  39028d0d9d python3-pybind11: Restore strip prevention patch

  authors of these added to CC, please be more careful with removing
  or not adding these or enable patch-status in ERROR_QA for your
  builds, see:
  https://lists.openembedded.org/g/openembedded-core/topic/104922136#197113

* added with:
  for p in `/OE/layers/openembedded-core/scripts/contrib/patchreview.py -v . | grep Missing.Upstream-Status.tag | sed 's/.*(//g;s/)$//g'`; do grep -q ^Upstream-Status: $p || sed -i "s/^---$/\nUpstream-Status: Pending\n---/g" $p;         grep -q ^Upstream-Status: $p || sed -i "1iUpstream-Status: Pending\n" $p;     done

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
2024-03-15 06:15:29 +01:00
committed by Khem Raj
parent 8aec805ac4
commit e49860ee21
9 changed files with 18 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ Do not override OE CMAKE variables
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Alper Ak <alperyasinak1@gmail.com> Signed-off-by: Alper Ak <alperyasinak1@gmail.com>
Upstream-Status: Pending
--- ---
src/CMakeLists.txt | 4 ++-- src/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)

View File

@@ -5,6 +5,8 @@ Subject: [PATCH] fix bug: build with sysroot head file instead of local head
file:net_dropmon.h file:net_dropmon.h
Signed-off-by: chenheyun <chen_heyun@163.com> Signed-off-by: chenheyun <chen_heyun@163.com>
Upstream-Status: Pending
--- ---
src/main.c | 2 +- src/main.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-) 1 file changed, 1 insertion(+), 1 deletion(-)

View File

@@ -5,6 +5,8 @@ Subject: [PATCH 1/5] Add support for RISC-V.
The architecture is sufficiently similar to aarch64 that simply The architecture is sufficiently similar to aarch64 that simply
extending the existing aarch64 macro works. extending the existing aarch64 macro works.
Upstream-Status: Pending
--- ---
src/include/storage/s_lock.h | 5 +++-- src/include/storage/s_lock.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-) 1 file changed, 3 insertions(+), 2 deletions(-)

View File

@@ -7,6 +7,8 @@ If SOURCE_DATE_EPOCH is set, use it to generate a reproducible
string for BUILD_DATE. string for BUILD_DATE.
Signed-off-by: Oleh Matiusha <omatiush@cisco.com> Signed-off-by: Oleh Matiusha <omatiush@cisco.com>
Upstream-Status: Pending
--- ---
configure.ac | 8 ++++++++ configure.ac | 8 ++++++++
1 file changed, 8 insertions(+) 1 file changed, 8 insertions(+)

View File

@@ -7,6 +7,8 @@ Use reproducible build date instead of compilation time and date.
Signed-off-by: Oleh Matiusha <omatiush@cisco.com> Signed-off-by: Oleh Matiusha <omatiush@cisco.com>
Upstream-Status: Pending
--- ---
tools/re2c/parser.c | 5 +++++ tools/re2c/parser.c | 5 +++++
1 file changed, 5 insertions(+) 1 file changed, 5 insertions(+)

View File

@@ -16,6 +16,8 @@ Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Rebase to 0.9.8 Rebase to 0.9.8
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com>
Upstream-Status: Pending
--- ---
Makefile.inc | 2 +- Makefile.inc | 2 +-
kpartx/kpartx.rules | 2 +- kpartx/kpartx.rules | 2 +-

View File

@@ -20,6 +20,8 @@ Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Rebase to 0.9.8 Rebase to 0.9.8
Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Changqing Li <changqing.li@windriver.com>
Upstream-Status: Pending
--- ---
libmultipath/blacklist.c | 16 +++++----------- libmultipath/blacklist.c | 16 +++++-----------
1 file changed, 5 insertions(+), 11 deletions(-) 1 file changed, 5 insertions(+), 11 deletions(-)

View File

@@ -11,6 +11,8 @@ Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
[OP: Rebase to 0.9.3] [OP: Rebase to 0.9.3]
[OP: Drop dependencies that are already present in the 0.9.3 Makefile] [OP: Drop dependencies that are already present in the 0.9.3 Makefile]
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Upstream-Status: Pending
--- ---
Makefile | 10 ++++++++++ Makefile | 10 ++++++++++
1 file changed, 10 insertions(+) 1 file changed, 10 insertions(+)

View File

@@ -7,6 +7,8 @@ Subject: [PATCH] Do not strip binaries.
Signed-off-by: Philip Balister <philip@balister.org> Signed-off-by: Philip Balister <philip@balister.org>
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Upstream-Status: Pending
--- ---
tools/pybind11NewTools.cmake | 7 ------- tools/pybind11NewTools.cmake | 7 -------
tools/pybind11Tools.cmake | 6 ------ tools/pybind11Tools.cmake | 6 ------