frr: drop elfutils/host dependency
authorStijn Tintel <stijn@linux-ipv6.be>
Wed, 18 May 2022 12:35:24 +0000 (15:35 +0300)
committerRosen Penev <rosenp@gmail.com>
Thu, 19 May 2022 23:55:16 +0000 (16:55 -0700)
The elfutils package moved to tools and elfutils/host no longer exists.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/frr/Makefile

index 2b090a534f59f0282d18f6a2396fd5568be549c0..43d9ca83ae05c6fc6833b7f8afc34f7971d267d7 100644 (file)
@@ -60,7 +60,7 @@ PKG_BUILD_PARALLEL:=1
 PKG_INSTALL:=1
 
 PKG_BUILD_DEPENDS:=frr/host
-HOST_BUILD_DEPENDS:=python3/host elfutils/host
+HOST_BUILD_DEPENDS:=python3/host
 
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/host-build.mk