diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-22 00:34:59 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-22 00:34:59 +0100 |
commit | 1b6d7d509536f6ef12ee221c2dfea98c35f13905 (patch) | |
tree | 2ddf16c12a8359c82266ee3877b36c1c1a55a34b /package/u-boot/patches | |
parent | 74790d25c9dd3fe4702b836017dcf0e1e2e6464e (diff) |
u-boot: add host dependencies, remove patch
Diffstat (limited to 'package/u-boot/patches')
-rw-r--r-- | package/u-boot/patches/patch-tools_Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/u-boot/patches/patch-tools_Makefile b/package/u-boot/patches/patch-tools_Makefile deleted file mode 100644 index fc284ad58..000000000 --- a/package/u-boot/patches/patch-tools_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- u-boot-2024.01.orig/tools/Makefile 2024-01-08 16:37:48.000000000 +0100 -+++ u-boot-2024.01/tools/Makefile 2024-01-17 17:56:21.004096375 +0100 -@@ -250,7 +250,7 @@ HOSTLDLIBS_mkeficapsule += \ - $(shell pkg-config --libs gnutls 2> /dev/null || echo "-lgnutls") - HOSTLDLIBS_mkeficapsule += \ - $(shell pkg-config --libs uuid 2> /dev/null || echo "-luuid") --hostprogs-$(CONFIG_TOOLS_MKEFICAPSULE) += mkeficapsule -+#hostprogs-$(CONFIG_TOOLS_MKEFICAPSULE) += mkeficapsule - - mkfwumdata-objs := mkfwumdata.o generated/lib/crc32.o - HOSTLDLIBS_mkfwumdata += -luuid |