From 4568433d68207c23061ffd545099a7ad3a13557e Mon Sep 17 00:00:00 2001 From: Guilherme Janczak Date: Thu, 28 Apr 2022 17:19:52 +0000 Subject: [PATCH] usbip: remove unused libbsd and pthreads deps Signed-off-by: Guilherme Janczak --- net/usbip/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/net/usbip/Makefile b/net/usbip/Makefile index 36f29e2f66..cf1afa2a2f 100644 --- a/net/usbip/Makefile +++ b/net/usbip/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=usbip -PKG_RELEASE:=14 +PKG_RELEASE:=15 PKG_LICENSE:=GPL-2.0-only # Since kernel 2.6.39.1 userspace tools are inside the kernel tree @@ -52,7 +52,7 @@ endef define Package/usbip $(call Package/usbip/Default) TITLE+= (common) - DEPENDS+= +libwrap +kmod-usbip +libudev +USE_GLIBC:libbsd +usbids + DEPENDS+= +libwrap +kmod-usbip +libudev +usbids endef define Package/usbip-client @@ -81,7 +81,6 @@ define Build/Configure $(call Build/Configure/Default) endef -CONFIGURE_VARS+= $(if $(CONFIG_USE_GLIBC),LIBS='-lbsd -lpthread') CFLAGS+="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include" define Package/usbip/install