package/kodi: remove dependency to udev for libcec support
authorBernd Kuhls <bernd.kuhls@t-online.de>
Sat, 28 Mar 2020 21:48:29 +0000 (22:48 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 29 Mar 2020 14:11:50 +0000 (16:11 +0200)
commit01b67fc5dcfed5d47db0dc2eb6ea2adbf7cf1b37
treec5631802e3c79b8ab909f6fdba53219fa1034da7
parent8f40eeb7d8d975906ddbdc3d1cd5158e8547c8cf
package/kodi: remove dependency to udev for libcec support

libcec added sysfs scanning support:

On Linux, dynamic device discovery is currently implemented via libudev,
which may not be available on more minimal systems. Thus, we implement a
new device discovery that directly uses sysfs to scan through available
USB devices for supported ones without any additional dependencies.

https://github.com/Pulse-Eight/libcec/commit/70d71cb16fa7c334373f3ba0148b89eafc04f73f

Previously Kodi needed udev to find the Pulse-Eight CEC adapter.
Run-time tested using Kodi 18.6-Leia.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/kodi/Config.in