From: Alexander Kanavin Date: Thu, 1 Sep 2022 07:21:12 +0000 (+0200) Subject: syslinux: mark all pending patches as Inactive-Upstream X-Git-Tag: 2022-10~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adcfd42cf83ac9d49ebfcc2260c0df7f891e49ce;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git syslinux: mark all pending patches as Inactive-Upstream As seen here https://repo.or.cz/syslinux.git/shortlog Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni --- 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 3665af9c497..813d10ba5ce 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 --- 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 6f8314dab8f..21b83e49dc2 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 --- 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 372b2a5ff50..bc48160cbac 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