c6ef948f29
The current tagged version is more than 6 years old, and no new tags have been made upstream, so let's update to the latest git version. The current version contains many fixes and improvements and supports several new types of USB gadgets. The patch was a backport from upstream, so it can be dropped. Also, upstream has changed from https://github.com/libusbgx/libusbgx to https://github.com/linux-usb-gadgets/libusbgx: the former is a redirect to the latter. Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
13 lines
361 B
Plaintext
13 lines
361 B
Plaintext
config BR2_PACKAGE_LIBUSBGX
|
|
bool "libusbgx"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
select BR2_PACKAGE_LIBCONFIG
|
|
help
|
|
libusbgx is a C library encapsulating the kernel USB
|
|
gadget-configfs userspace API functionality.
|
|
|
|
https://github.com/linux-usb-gadgets/libusbgx
|
|
|
|
comment "libusbgx needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|