usbip: use eudev instead of udev

udev was dropped from core and replaced by eudev.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
Daniel Golle
2016-02-10 18:59:37 +02:00
parent 07ccb3c1d9
commit 351f42ca54
+2 -2
View File
@@ -30,7 +30,7 @@ define prepare_source_directory
endef endef
Hooks/Prepare/Pre += prepare_source_directory Hooks/Prepare/Pre += prepare_source_directory
PKG_BUILD_DEPENDS:=udev PKG_BUILD_DEPENDS:=eudev
PKG_FIXUP:=autoreconf PKG_FIXUP:=autoreconf
PKG_INSTALL:=1 PKG_INSTALL:=1
@@ -52,7 +52,7 @@ endef
define Package/usbip define Package/usbip
$(call Package/usbip/Default) $(call Package/usbip/Default)
TITLE+= (common) TITLE+= (common)
DEPENDS+= +libwrap +kmod-usbip +udev DEPENDS+= +libwrap +kmod-usbip +eudev
endef endef
define Package/usbip-client define Package/usbip-client