[openwrt/openwrt] tools/elfutils: drop HOST_BUILD_DEPENDS
LEDE Commits
lede-commits at lists.infradead.org
Wed May 18 16:37:45 PDT 2022
stintel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6eec1a522518435d78763c3c66881b438cd5fa0e
commit 6eec1a522518435d78763c3c66881b438cd5fa0e
Author: Stijn Tintel <stijn at linux-ipv6.be>
AuthorDate: Thu May 19 02:28:42 2022 +0300
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 <rosenp at gmail.com>
Signed-off-by: Stijn Tintel <stijn at linux-ipv6.be>
---
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 += \
More information about the lede-commits
mailing list