From 881aa28fa10812abcc7ec6ef1ba17db50e9512bd Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 19 Oct 2020 15:36:08 -0700 Subject: [PATCH] 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 --- lang/node-hid/Makefile | 2 +- libs/hidapi/Makefile | 2 +- libs/libinput/Makefile | 2 +- net/usbip/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/node-hid/Makefile b/lang/node-hid/Makefile index a473c8ac8..b2df6a2d5 100644 --- a/lang/node-hid/Makefile +++ b/lang/node-hid/Makefile @@ -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 diff --git a/libs/hidapi/Makefile b/libs/hidapi/Makefile index 9a7518f38..51c7d0bef 100644 --- a/libs/hidapi/Makefile +++ b/libs/hidapi/Makefile @@ -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 diff --git a/libs/libinput/Makefile b/libs/libinput/Makefile index fdad12651..7363ceafa 100644 --- a/libs/libinput/Makefile +++ b/libs/libinput/Makefile @@ -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 diff --git a/net/usbip/Makefile b/net/usbip/Makefile index 605007690..904434423 100644 --- a/net/usbip/Makefile +++ b/net/usbip/Makefile @@ -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