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>
This commit is contained in:
parent
b7ff78d6b4
commit
881aa28fa1
4 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@ define Package/node-hid
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Node.js package to access HID devices
|
TITLE:=Node.js package to access HID devices
|
||||||
URL:=https://github.com/node-hid/node-hid
|
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
|
endef
|
||||||
|
|
||||||
define Package/node-hid/description
|
define Package/node-hid/description
|
||||||
|
|
|
@ -30,7 +30,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||||
define Package/hidapi
|
define Package/hidapi
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
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
|
TITLE:=Library to talk to HID devices
|
||||||
URL:=https://github.com/libusb/hidapi
|
URL:=https://github.com/libusb/hidapi
|
||||||
endef
|
endef
|
||||||
|
|
|
@ -27,7 +27,7 @@ define Package/libinput
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=a library to handle input devices
|
TITLE:=a library to handle input devices
|
||||||
URL:=http://freedesktop.org/wiki/Software/libinput/
|
URL:=http://freedesktop.org/wiki/Software/libinput/
|
||||||
DEPENDS:=+libevdev +mtdev +libudev-fbsd
|
DEPENDS:=+libevdev +mtdev +libudev
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libinput/description
|
define Package/libinput/description
|
||||||
|
|
|
@ -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 +libudev-fbsd +USE_GLIBC:libbsd
|
DEPENDS+= +libwrap +kmod-usbip +libudev +USE_GLIBC:libbsd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/usbip-client
|
define Package/usbip-client
|
||||||
|
|
Loading…
Reference in a new issue