mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
After a long time, upstream has made an actual release, which also contains a number of bugfixes/improvements. Switch to it instead of using a random git commit. Changelog: https://github.com/linux-usb-gadgets/libusbgx/releases/tag/libusbgx-v0.3.0 Signed-off-by: Florian Larysch <larysch@fixme.gmbh> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
531 B
Makefile
16 lines
531 B
Makefile
################################################################################
|
|
#
|
|
# libusbgx
|
|
#
|
|
################################################################################
|
|
|
|
LIBUSBGX_VERSION = 0.3.0
|
|
LIBUSBGX_SITE = $(call github,linux-usb-gadgets,libusbgx,libusbgx-v$(LIBUSBGX_VERSION))
|
|
LIBUSBGX_LICENSE = GPL-2.0+ (examples), LGPL-2.1+ (library)
|
|
LIBUSBGX_LICENSE_FILES = COPYING COPYING.LGPL
|
|
LIBUSBGX_DEPENDENCIES = host-pkgconf libconfig
|
|
LIBUSBGX_AUTORECONF = YES
|
|
LIBUSBGX_INSTALL_STAGING = YES
|
|
|
|
$(eval $(autotools-package))
|