Prechádzať zdrojové kódy

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 <dario.binacchi@amarulasolutions.com>
[Julien: remove the package patch included in this new release]
Signed-off-by: Julien Olivain <ju.o@free.fr>
Dario Binacchi 5 mesiacov pred
rodič
commit
1c7948af33

+ 0 - 33
package/uuu/0001-libuuu-sdps-fix-gcc15-compile-errors.patch

@@ -1,33 +0,0 @@
-From 142448e55386b88adf5b1d7e6206df1ca6784708 Mon Sep 17 00:00:00 2001
-From: Bruno Thomsen <bruno.thomsen@gmail.com>
-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 <bruno.thomsen@gmail.com>
-Upstream: https://github.com/nxp-imx/mfgtools/commit/142448e55386b88adf5b1d7e6206df1ca6784708
-Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
----
- 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 <cstdint>
- 
- class SDPSCmd : public CmdBase
- {
--- 
-2.43.0
-

+ 1 - 1
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

+ 1 - 1
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