4990bccd4e
Upstream github tarball dropped prefix "v" while releasing version 0.3 so let's drop it in swugenerator.mk as well. Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
19 lines
528 B
Makefile
19 lines
528 B
Makefile
################################################################################
|
|
#
|
|
# swugenerator
|
|
#
|
|
################################################################################
|
|
|
|
SWUGENERATOR_VERSION = 0.3
|
|
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))
|