mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
For release note, see: https://github.com/sbabic/swugenerator/releases/tag/0.6 Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
19 lines
528 B
Makefile
19 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# swugenerator
|
|
#
|
|
################################################################################
|
|
|
|
SWUGENERATOR_VERSION = 0.6
|
|
SWUGENERATOR_SITE = $(call github,sbabic,swugenerator,$(SWUGENERATOR_VERSION))
|
|
SWUGENERATOR_LICENSE = GPL-3.0
|
|
SWUGENERATOR_LICENSE_FILES = LICENSE
|
|
HOST_SWUGENERATOR_SETUP_TYPE = setuptools
|
|
HOST_SWUGENERATOR_DEPENDENCIES = \
|
|
host-gzip \
|
|
host-openssl \
|
|
host-python-libconf \
|
|
host-zstd
|
|
|
|
$(eval $(host-python-package))
|