From: Alexander Kanavin Date: Wed, 19 Jun 2024 08:59:56 +0000 (+0200) Subject: dpkg: mark patches adding custom non-debian architectures as inappropriate for upstream X-Git-Tag: uninative-4.6~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da9906553c69af0db8b14c39ee224348d539e7b1;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git dpkg: mark patches adding custom non-debian architectures as inappropriate for upstream Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch b/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch index b8a86975851..99044fbb1a9 100644 --- a/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch +++ b/meta/recipes-devtools/dpkg/dpkg/0001-Add-support-for-riscv32-CPU.patch @@ -3,7 +3,7 @@ From: Khem Raj Date: Wed, 29 Apr 2020 22:02:23 -0700 Subject: [PATCH] Add support for riscv32 CPU -Upstream-Status: Pending +Upstream-Status: Inappropriate [not a debian architecture] Signed-off-by: Khem Raj --- data/cputable | 1 + diff --git a/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch b/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch index e8d8576f859..602a0b22c5d 100644 --- a/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch +++ b/meta/recipes-devtools/dpkg/dpkg/0001-dpkg-Support-muslx32-build.patch @@ -3,7 +3,7 @@ From: sweeaun Date: Sun, 10 Sep 2017 00:14:15 -0700 Subject: [PATCH] dpkg: Support muslx32 build -Upstream-Status: Pending +Upstream-Status: Inappropriate [not a debian architecture] Changes made on ostable and tupletable to enable muslx32 build. Signed-off-by: sweeaun diff --git a/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch b/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch index 8ac646b1a13..2573afb8e4d 100644 --- a/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch +++ b/meta/recipes-devtools/dpkg/dpkg/0006-add-musleabi-to-known-target-tripets.patch @@ -8,7 +8,7 @@ Content-Transfer-Encoding: 8bit helps compiling dpkg for musl/arm-softfloat -Upstream-Status: Pending +Upstream-Status: Inappropriate [not a debian architecture] Signed-off-by: Khem Raj Signed-off-by: Aníbal Limón --- diff --git a/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch b/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch index cbdf01dbd9a..b5eaa501722 100644 --- a/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch +++ b/meta/recipes-devtools/dpkg/dpkg/add_armeb_triplet_entry.patch @@ -27,7 +27,7 @@ the required combination of "gnueabi-linux-armeb" was not found in the triplettable file thereby returning dpkg_arch as empty in configure script. -Upstream-Status: Pending +Upstream-Status: Inappropriate [not a debian architecture] Signed-off-by: Krishnanjanappa, Jagadeesh Signed-off-by: Aníbal Limón diff --git a/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch b/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch index df2cd88ca42..ec5d5034883 100644 --- a/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch +++ b/meta/recipes-devtools/dpkg/dpkg/arch_pm.patch @@ -8,7 +8,7 @@ architecture for mips64, and possibly other arch's because of faulty code added to Arch.pm in the latest release from upstream. We remove that code. -Upstream-Status: Pending +Upstream-Status: Inappropriate [not a debian architecture] Signed-off-by: Joe Slater ---