From 881aa28fa10812abcc7ec6ef1ba17db50e9512bd Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 19 Oct 2020 15:36:08 -0700 Subject: treewide: turn specific libudev-* DEPENDS to generic ones libudev-zero as well as libudev-fbsd have PROVIDES:=libudev . These packages have nothing specific that requires one or the other. Signed-off-by: Rosen Penev --- net/usbip/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/usbip/Makefile') diff --git a/net/usbip/Makefile b/net/usbip/Makefile index 605007690..904434423 100644 --- a/net/usbip/Makefile +++ b/net/usbip/Makefile @@ -52,7 +52,7 @@ endef define Package/usbip $(call Package/usbip/Default) TITLE+= (common) - DEPENDS+= +libwrap +kmod-usbip +libudev-fbsd +USE_GLIBC:libbsd + DEPENDS+= +libwrap +kmod-usbip +libudev +USE_GLIBC:libbsd endef define Package/usbip-client -- cgit v1.2.3