be9e9cb68b
The libsodium dependency is no longer needed so this patch also drops that requirement from host and target builds. Signed-off-by: Frank Hunleth <fhunleth@troodon-software.com> [yann.morin.1998@free.fr: two spaces in hash file] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
18 lines
558 B
Makefile
18 lines
558 B
Makefile
################################################################################
|
|
#
|
|
# fwup
|
|
#
|
|
################################################################################
|
|
|
|
FWUP_VERSION = 1.8.0
|
|
FWUP_SITE = $(call github,fhunleth,fwup,v$(FWUP_VERSION))
|
|
FWUP_LICENSE = Apache-2.0
|
|
FWUP_LICENSE_FILES = LICENSE
|
|
FWUP_DEPENDENCIES = host-pkgconf libconfuse libarchive
|
|
HOST_FWUP_DEPENDENCIES = host-pkgconf host-libconfuse host-libarchive
|
|
FWUP_AUTORECONF = YES
|
|
FWUP_CONF_ENV = ac_cv_path_HELP2MAN=""
|
|
|
|
$(eval $(autotools-package))
|
|
$(eval $(host-autotools-package))
|