6c1b31ff1a
- Provide macos arm prebuild version. Release notes: https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.179 Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
21 lines
555 B
Makefile
21 lines
555 B
Makefile
################################################################################
|
|
#
|
|
# uuu
|
|
#
|
|
################################################################################
|
|
|
|
UUU_VERSION = 1.5.179
|
|
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
|
|
HOST_UUU_DEPENDENCIES = \
|
|
host-bzip2 \
|
|
host-libusb \
|
|
host-openssl \
|
|
host-tinyxml2 \
|
|
host-zlib \
|
|
host-zstd
|
|
|
|
$(eval $(host-cmake-package))
|