From f9424b174505fe7865b791e316ca3f7241cca0c3 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Wed, 18 May 2022 15:35:24 +0300 Subject: [PATCH] frr: drop elfutils/host dependency The elfutils package moved to tools and elfutils/host no longer exists. Signed-off-by: Stijn Tintel --- net/frr/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/frr/Makefile b/net/frr/Makefile index 2b090a534f..43d9ca83ae 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -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 -- 2.30.2