mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
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:
+2
-2
@@ -30,7 +30,7 @@ define prepare_source_directory
|
||||
endef
|
||||
Hooks/Prepare/Pre += prepare_source_directory
|
||||
|
||||
PKG_BUILD_DEPENDS:=udev
|
||||
PKG_BUILD_DEPENDS:=eudev
|
||||
PKG_FIXUP:=autoreconf
|
||||
PKG_INSTALL:=1
|
||||
|
||||
@@ -52,7 +52,7 @@ endef
|
||||
define Package/usbip
|
||||
$(call Package/usbip/Default)
|
||||
TITLE+= (common)
|
||||
DEPENDS+= +libwrap +kmod-usbip +udev
|
||||
DEPENDS+= +libwrap +kmod-usbip +eudev
|
||||
endef
|
||||
|
||||
define Package/usbip-client
|
||||
|
||||
Reference in New Issue
Block a user