From 1c7948af337275ba3ec5ca9d2797fc4ba493da62 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Mon, 4 Aug 2025 20:06:16 +0200 Subject: [PATCH] package/uuu: bump to version 1.5.219 Release notes: https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.218 https://github.com/nxp-imx/mfgtools/releases/tag/uuu_1.5.219 This commit also removes the package patch included in this new release. Signed-off-by: Dario Binacchi [Julien: remove the package patch included in this new release] Signed-off-by: Julien Olivain --- ...libuuu-sdps-fix-gcc15-compile-errors.patch | 33 ------------------- package/uuu/uuu.hash | 2 +- package/uuu/uuu.mk | 2 +- 3 files changed, 2 insertions(+), 35 deletions(-) delete mode 100644 package/uuu/0001-libuuu-sdps-fix-gcc15-compile-errors.patch diff --git a/package/uuu/0001-libuuu-sdps-fix-gcc15-compile-errors.patch b/package/uuu/0001-libuuu-sdps-fix-gcc15-compile-errors.patch deleted file mode 100644 index a3c1d85fc0..0000000000 --- a/package/uuu/0001-libuuu-sdps-fix-gcc15-compile-errors.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 142448e55386b88adf5b1d7e6206df1ca6784708 Mon Sep 17 00:00:00 2001 -From: Bruno Thomsen -Date: Sat, 1 Mar 2025 14:32:41 +0100 -Subject: [PATCH] libuuu/sdps: fix gcc15 compile errors - -This gcc 15 error happens on Fedora 42. - -error: uint32_t does not name a type - -error: uint64_t does not name a type - -Signed-off-by: Bruno Thomsen -Upstream: https://github.com/nxp-imx/mfgtools/commit/142448e55386b88adf5b1d7e6206df1ca6784708 -Signed-off-by: Dario Binacchi ---- - libuuu/sdps.h | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/libuuu/sdps.h b/libuuu/sdps.h -index b82f9d71c981..667a477ee48f 100644 ---- a/libuuu/sdps.h -+++ b/libuuu/sdps.h -@@ -30,6 +30,7 @@ - */ - - #include "cmd.h" -+#include - - class SDPSCmd : public CmdBase - { --- -2.43.0 - diff --git a/package/uuu/uuu.hash b/package/uuu/uuu.hash index 9f978f55cc..a56baaaef4 100644 --- a/package/uuu/uuu.hash +++ b/package/uuu/uuu.hash @@ -1,3 +1,3 @@ # locally computed -sha256 c763b87ffdf10ac5499a0c319463759caa336bc6567b56d6d0ef448590c1a76d uuu_source-uuu_1.5.201.tar.gz +sha256 5940b1882628531b5786668552207576a5e27b7b890d67def2e22a760ebd5d91 uuu_source-uuu_1.5.219.tar.gz sha256 cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495 LICENSE diff --git a/package/uuu/uuu.mk b/package/uuu/uuu.mk index 93d0b97b13..18438963ad 100644 --- a/package/uuu/uuu.mk +++ b/package/uuu/uuu.mk @@ -4,7 +4,7 @@ # ################################################################################ -UUU_VERSION = 1.5.201 +UUU_VERSION = 1.5.219 UUU_SOURCE = uuu_source-uuu_$(UUU_VERSION).tar.gz UUU_SITE = https://github.com/nxp-imx/mfgtools/releases/download/uuu_$(UUU_VERSION) UUU_LICENSE = BSD 3-Clause "New" or "Revised" License