diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-10-19 15:36:08 -0700 |
---|---|---|
committer | Daniel Golle <dangowrt@users.noreply.github.com> | 2020-11-03 12:38:12 +0000 |
commit | 881aa28fa10812abcc7ec6ef1ba17db50e9512bd (patch) | |
tree | 7e6c529bab0aa4a05e7aa37cd782f5878abea424 /net/usbip/Makefile | |
parent | b7ff78d6b4c46b2e3e556695f570cb824fa227eb (diff) |
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 <rosenp@gmail.com>
Diffstat (limited to 'net/usbip/Makefile')
-rw-r--r-- | net/usbip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |