bcd879d5e2
- Increase default timeout to 10s (1.5.140) - Hot Fixed for SPDS crash for some images (1.5.141) Release notes: https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.140 https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.141 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
533 B
Makefile
15 lines
533 B
Makefile
################################################################################
|
|
#
|
|
# uuu
|
|
#
|
|
################################################################################
|
|
|
|
UUU_VERSION = 1.5.141
|
|
UUU_SOURCE = uuu_source-uuu_$(UUU_VERSION).tar.gz
|
|
UUU_SITE = https://github.com/NXPmicro/mfgtools/releases/download/uuu_$(UUU_VERSION)
|
|
UUU_LICENSE = BSD 3-Clause "New" or "Revised" License
|
|
UUU_LICENSE_FILES = LICENSE README.md
|
|
HOST_UUU_DEPENDENCIES = host-bzip2 host-openssl host-zlib host-libusb host-zstd
|
|
|
|
$(eval $(host-cmake-package))
|