diff mbox series

[01/14] syslinux: mark all pending patches as Inactive-Upstream

Message ID 20220901072125.3366367-1-alex@linutronix.de
State Accepted, archived
Commit adcfd42cf83ac9d49ebfcc2260c0df7f891e49ce
Headers show
Series [01/14] syslinux: mark all pending patches as Inactive-Upstream | expand

Commit Message

Alexander Kanavin Sept. 1, 2022, 7:21 a.m. UTC
As seen here https://repo.or.cz/syslinux.git/shortlog

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../0010-Workaround-multiple-definition-of-symbol-errors.patch  | 2 +-
 .../syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch  | 2 +-
 .../syslinux/syslinux/0014-Fix-reproducibility-issues.patch     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch b/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch
index 3665af9c49..813d10ba5c 100644
--- a/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch
+++ b/meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch
@@ -5,7 +5,7 @@  Subject: [PATCH] Workaround multiple definition of symbol errors
 
 Lifted from Fedora https://src.fedoraproject.org/rpms/syslinux/blob/master/f/0005-Workaround-multiple-definition-of-symbol-errors.patch
 
-Upstream-Status: Pending
+Upstream-Status: Inactive-Upstream
 Signed-off-by: Khem Raj <raj.khem@gmail.com>
 ---
  com32/cmenu/Makefile           | 2 +-
diff --git a/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch b/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch
index 6f8314dab8..21b83e49dc 100644
--- a/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch
+++ b/meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch
@@ -22,7 +22,7 @@  TOPDIR/tmp-glibc/work/core2-64-oe-linux/syslinux/6.04-pre2-r1/recipe-sysroot/usr
       |         ^~~~~~~~~~~~~~~~~
 ...
 
-Upstream-Status: Pending
+Upstream-Status: Inactive-Upstream
 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
 ---
  libinstaller/linuxioctl.h | 15 ++++++++++++++-
diff --git a/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch b/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch
index 372b2a5ff5..bc48160cba 100644
--- a/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch
+++ b/meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch
@@ -7,7 +7,7 @@  In order to build deterministic binaries, we need to sort the wildcard expansion
 so the libraries are linked in the same order each time. This fixes reproducibility
 issues within syslinux builds.
 
-Upstream-Status: Pending
+Upstream-Status: Inactive-Upstream
 RP 2021/3/1
 
 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>