64ace94d4a
Fixes: http://autobuild.buildroot.net/results/2e6bc77e89868d7a9902123ffb602c5b745d4580 Tested in a minimal debian environment, there should be no missing host package dependencies after these. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
499 B
Makefile
17 lines
499 B
Makefile
################################################################################
|
|
#
|
|
# fwts
|
|
#
|
|
################################################################################
|
|
|
|
FWTS_VERSION = V16.09.00
|
|
FWTS_SITE = http://fwts.ubuntu.com/release
|
|
FWTS_STRIP_COMPONENTS = 0
|
|
FWTS_LICENSE = GPLv2, LGPLv2.1, Custom
|
|
FWTS_LICENSE_FILES = debian/copyright
|
|
FWTS_AUTORECONF = YES
|
|
FWTS_DEPENDENCIES = host-bison host-flex host-pkgconf json-c libglib2 \
|
|
$(if $(BR2_PACKAGE_DTC),dtc)
|
|
|
|
$(eval $(autotools-package))
|