package/uuu: bump to version 1.5.165

It requires the host-tinyxml2 package.

The hash of README.md has changed because a reference to the tinyxml2
license has been added:

    + - tinyxml (zlib license) is from https://github.com/leethomason/tinyxml2

Release notes:
https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.163
https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.165

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
[yann.morin.1998@free.fr:
  - split long dependency line
  - reorder dependencies alphabetically
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Dario Binacchi 2024-02-06 18:53:29 +01:00 committed by Yann E. MORIN
parent 1a572abf8a
commit 7b13cc2c26
2 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# locally computed
sha256 6972c7a1e76d60a22212913a8867b737104410c2a47ad88c8af460bd4885ec09 uuu_source-uuu_1.5.141.tar.gz
sha256 6e65fc028afacc94b805ae376e3da3864dcb2570d425037820e716207ab70373 uuu_source-uuu_1.5.165.tar.gz
sha256 cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495 LICENSE
sha256 2d872c6e5aaea15ec1932bfb378fb62e24ee7ec399fe7f998f03d9b728215335 README.md
sha256 1b3d030a1824d633f75194743bd92bc1ed2d9a4bf1915bc11e49bf4c0c54012d README.md

View File

@ -4,11 +4,17 @@
#
################################################################################
UUU_VERSION = 1.5.141
UUU_VERSION = 1.5.165
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
HOST_UUU_DEPENDENCIES = \
host-bzip2 \
host-libusb \
host-openssl \
host-tinyxml2 \
host-zlib \
host-zstd
$(eval $(host-cmake-package))