package/fwup: bump to v1.8.0

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>
This commit is contained in:
Frank Hunleth 2020-06-25 11:15:33 -04:00 committed by Yann E. MORIN
parent 2747d96714
commit be9e9cb68b
3 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,6 @@ config BR2_PACKAGE_FWUP
# required by libarchive to include zip compression
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_LIBCONFUSE
select BR2_PACKAGE_LIBSODIUM
help
Fwup is a scriptable embedded Linux firmware update creator
and runner.

View File

@ -1,3 +1,3 @@
# Locally calculated
sha256 20302dc96cef88438034e15551e178bb0652c28d99aa7ca5260100cb3bebbc2a fwup-1.2.5.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
sha256 9890f0328796f4315e6c1188df5c103855c530fbc14fbc8c12f4b24066c975f1 fwup-1.8.0.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@ -4,12 +4,12 @@
#
################################################################################
FWUP_VERSION = 1.2.5
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 libsodium
HOST_FWUP_DEPENDENCIES = host-pkgconf host-libconfuse host-libarchive host-libsodium
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=""