summaryrefslogtreecommitdiff
path: root/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch
AgeCommit message (Collapse)Author
2024-08-26dev-embedded/u-boot-tools: remove unused patch(es)Michael Mair-Keimberger
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>
2024-02-19dev-embedded/u-boot-tools: Fix missing BDEPENDsRaul E Rangel
This package currently shows the following errors: ``` Traceback (most recent call last): File "scripts/dtc/pylibfdt/setup.py", line 23, in <module> from setuptools import setup, Extension ModuleNotFoundError: No module named 'setuptools' ``` ``` tools/mkeficapsule.c:21:10: fatal error: 'gnutls/gnutls.h' file not found ``` ``` ./scripts/dtc-version.sh: line 18: which: command not found ``` This change fixes the errors by not compiling pylibfdt and mkeficapsule. It also adds the missing `which` dependency. Signed-off-by: Raul E Rangel <rrangel@chromium.org> Closes: https://github.com/gentoo/gentoo/pull/32268 Signed-off-by: Sam James <sam@gentoo.org>