treewide: turn specific libudev-* DEPENDS to generic ones
authorRosen Penev <rosenp@gmail.com>
Mon, 19 Oct 2020 22:36:08 +0000 (15:36 -0700)
committerDaniel Golle <dangowrt@users.noreply.github.com>
Tue, 3 Nov 2020 12:38:12 +0000 (12:38 +0000)
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>
lang/node-hid/Makefile
libs/hidapi/Makefile
libs/libinput/Makefile
net/usbip/Makefile

index a473c8ac89cd3538b7a11efa7eb314d6e742f60f..b2df6a2d5dbbe938f63eb152317f3584aad8f63a 100644 (file)
@@ -32,7 +32,7 @@ define Package/node-hid
   CATEGORY:=Languages
   TITLE:=Node.js package to access HID devices
   URL:=https://github.com/node-hid/node-hid
-  DEPENDS:=+node +node-npm +libusb-1.0 +hidapi +libudev-fbsd $(ICONV_DEPENDS)
+  DEPENDS:=+node +node-npm +libusb-1.0 +hidapi +libudev $(ICONV_DEPENDS)
 endef
 
 define Package/node-hid/description
index 9a7518f3879e9ad858f6849427ad32b69029ec60..51c7d0befec2d92a4d65d461e62f0dad0bdf54fb 100644 (file)
@@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/nls.mk
 define Package/hidapi
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libusb-1.0 +librt +libudev-fbsd $(ICONV_DEPENDS)
+  DEPENDS:=+libusb-1.0 +librt +libudev $(ICONV_DEPENDS)
   TITLE:=Library to talk to HID devices
   URL:=https://github.com/libusb/hidapi
 endef
index fdad12651baeab178fac7616c67bf58260046c99..7363ceafac1921ed813158100e8d911ccad58f23 100644 (file)
@@ -27,7 +27,7 @@ define Package/libinput
   CATEGORY:=Libraries
   TITLE:=a library to handle input devices
   URL:=http://freedesktop.org/wiki/Software/libinput/
-  DEPENDS:=+libevdev +mtdev +libudev-fbsd
+  DEPENDS:=+libevdev +mtdev +libudev
 endef
 
 define Package/libinput/description
index 60500769080ce2e1a639cab1cf351ad537fc0b08..9044344232c2351ce7cb826fc6114eac048b7732 100644 (file)
@@ -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