diff options
author | Stijn Tintel <stijn@linux-ipv6.be> | 2022-05-19 02:28:42 +0300 |
---|---|---|
committer | Stijn Tintel <stijn@linux-ipv6.be> | 2022-05-19 02:37:25 +0300 |
commit | 6eec1a522518435d78763c3c66881b438cd5fa0e (patch) | |
tree | 244b5b6d36aa380d8e237895c8fe6d4eb554ad32 /tools | |
parent | f64bd4b6cef3b9a57f26928c1b8932534695cb72 (diff) | |
download | upstream-6eec1a522518435d78763c3c66881b438cd5fa0e.tar.gz upstream-6eec1a522518435d78763c3c66881b438cd5fa0e.tar.bz2 upstream-6eec1a522518435d78763c3c66881b438cd5fa0e.zip |
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@gmail.com>
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/elfutils/Makefile | 2 |
1 files changed, 0 insertions, 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 += \ |