From 6eec1a522518435d78763c3c66881b438cd5fa0e Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Thu, 19 May 2022 02:28:42 +0300 Subject: [PATCH] tools/elfutils: drop HOST_BUILD_DEPENDS This is only effective for host build of normal packages, not tools. Fixes: ad79b9271949 ("elfutils: move host build to tools") Reported-by: Rosen Penev Signed-off-by: Stijn Tintel --- tools/elfutils/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/elfutils/Makefile b/tools/elfutils/Makefile index 2f4dd8f253..d49bc07f27 100644 --- a/tools/elfutils/Makefile +++ b/tools/elfutils/Makefile @@ -17,8 +17,6 @@ PKG_CPE_ID:=cpe:/a:elfutils_project:elfutils PKG_FIXUP:=autoreconf PKG_INSTALL:=1 -HOST_BUILD_DEPENDS:=argp-standalone/host musl-fts/host - include $(INCLUDE_DIR)/host-build.mk HOST_CONFIGURE_ARGS += \ -- 2.30.2