summaryrefslogtreecommitdiff
path: root/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-08-22 07:48:50 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-08-26 01:53:41 +0200
commitd1dad27b6c086c28a59f49d12cef681ff4f6619e (patch)
tree85b6504af5468fccc4e72aa92f3d2f2f3c7036ad /dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch
parentd028a20ef9384e26d40dcc883d60885389bf4bd6 (diff)
downloadgentoo-d1dad27b6c086c28a59f49d12cef681ff4f6619e.tar.gz
gentoo-d1dad27b6c086c28a59f49d12cef681ff4f6619e.tar.bz2
gentoo-d1dad27b6c086c28a59f49d12cef681ff4f6619e.zip
dev-embedded/u-boot-tools: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38243 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch')
-rw-r--r--dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch b/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch
deleted file mode 100644
index 8686341a8776..000000000000
--- a/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Disable unused pylibfdt
-
-The `imply BINMAN` causes `pylibfdt` to be built, which requires python. We
-don't currently expose `pylibfdt`, or declare python dependencies, so disable
-it.
-
-diff -ur a/arch/Kconfig b/arch/Kconfig
---- a/arch/Kconfig 2023-01-09 09:07:33.000000000 -0700
-+++ b/arch/Kconfig 2023-08-11 14:01:05.998403114 -0600
-@@ -205,7 +205,6 @@
- imply KEYBOARD
- imply PHYSMEM
- imply GENERATE_ACPI_TABLE
-- imply BINMAN
-
- config SH
- bool "SuperH architecture"