Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH next 1/2] lirc-tools: remove useless libusb-compat dependnecy
@ 2017-08-28  5:34 Baruch Siach
  2017-08-28  5:34 ` [Buildroot] [PATCH next 2/2] libftdi1: bump to version 1.4 Baruch Siach
  2017-08-30 20:29 ` [Buildroot] [PATCH next 1/2] lirc-tools: remove useless libusb-compat dependnecy Thomas Petazzoni
  0 siblings, 2 replies; 6+ messages in thread
From: Baruch Siach @ 2017-08-28  5:34 UTC (permalink / raw)
  To: buildroot

The only plugin that uses libusb/libusb-compat is the ftdi plugin. This
plugin needs libftdi1 that already depends on libusb in Buildroot. So in
practice libusb-compat is never actually used; we can safely remove it.
The libusb dependency is implicit in the libftdi1 optional dependency.

Cc: Rhys Williams <github@wilberforce.co.nz>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/lirc-tools/lirc-tools.mk | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/package/lirc-tools/lirc-tools.mk b/package/lirc-tools/lirc-tools.mk
index 9d46c1b1b042..e767d9d7f02c 100644
--- a/package/lirc-tools/lirc-tools.mk
+++ b/package/lirc-tools/lirc-tools.mk
@@ -23,10 +23,6 @@ ifeq ($(BR2_PACKAGE_ALSA_LIB),y)
 LIRC_TOOLS_DEPENDENCIES += alsa-lib
 endif
 
-ifeq ($(BR2_PACKAGE_LIBUSB_COMPAT),y)
-LIRC_TOOLS_DEPENDENCIES += libusb-compat
-endif
-
 ifeq ($(BR2_PACKAGE_PORTAUDIO),y)
 LIRC_TOOLS_DEPENDENCIES += portaudio
 endif
-- 
2.14.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-31  7:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-28  5:34 [Buildroot] [PATCH next 1/2] lirc-tools: remove useless libusb-compat dependnecy Baruch Siach
2017-08-28  5:34 ` [Buildroot] [PATCH next 2/2] libftdi1: bump to version 1.4 Baruch Siach
2017-08-30 20:30   ` Thomas Petazzoni
2017-08-30 20:29 ` [Buildroot] [PATCH next 1/2] lirc-tools: remove useless libusb-compat dependnecy Thomas Petazzoni
2017-08-31  4:18   ` Baruch Siach
2017-08-31  7:01     ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox