mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user