]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
syslinux: mark all pending patches as Inactive-Upstream
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 1 Sep 2022 07:21:12 +0000 (09:21 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Sep 2022 14:54:45 +0000 (15:54 +0100)
As seen here https://repo.or.cz/syslinux.git/shortlog

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-devtools/syslinux/syslinux/0010-Workaround-multiple-definition-of-symbol-errors.patch
meta/recipes-devtools/syslinux/syslinux/0012-libinstaller-Fix-build-with-glibc-2.36.patch
meta/recipes-devtools/syslinux/syslinux/0014-Fix-reproducibility-issues.patch

index 3665af9c497f0d3427be1fe0801a8207b2e9ecac..813d10ba5cec85e56e2dfe2581983da9e3545b6a 100644 (file)
@@ -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 +-
index 6f8314dab8fc5b50df322d66b7003857d34393fe..21b83e49dc2ba4a7f1e161dab065f96c366e41b5 100644 (file)
@@ -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 ++++++++++++++-
index 372b2a5ff50e143862f92b5095e77eba80ef3e25..bc48160cbac8fbfb8b97e97891ce5f09eeecf4ef 100644 (file)
@@ -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>