* [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.4.224
@ 2022-07-05 6:16 Dario Binacchi
2022-07-06 6:59 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Dario Binacchi @ 2022-07-05 6:16 UTC (permalink / raw)
To: buildroot; +Cc: Dario Binacchi, Fabrice Fontaine, Yann E . MORIN
It requires the host-zstd package.
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
package/uuu/uuu.hash | 2 +-
package/uuu/uuu.mk | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/uuu/uuu.hash b/package/uuu/uuu.hash
index 245c38879c63..a57b4dc46ea1 100644
--- a/package/uuu/uuu.hash
+++ b/package/uuu/uuu.hash
@@ -1,4 +1,4 @@
# locally computed
-sha256 a9b8b74e32e6718d591c66951b8b52276df7862db80ee943e046947f7313e57f uuu_source-1.4.193.tar.gz
+sha256 b8b7fcd0e8eca64a255bf2b964bfb39a97599670e5258858421b27ff86aac80f uuu_source-1.4.224.tar.gz
sha256 cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495 LICENSE
sha256 77b90738ae98b7958d34d9f96caf2671210a133427f8f6b784914b54f406c29b README.md
diff --git a/package/uuu/uuu.mk b/package/uuu/uuu.mk
index 9bf9ff123be4..647254446fa6 100644
--- a/package/uuu/uuu.mk
+++ b/package/uuu/uuu.mk
@@ -4,11 +4,11 @@
#
################################################################################
-UUU_VERSION = 1.4.193
+UUU_VERSION = 1.4.224
UUU_SOURCE = uuu_source-$(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_UUU_DEPENDENCIES = host-bzip2 host-openssl host-zlib host-libusb host-zstd
$(eval $(host-cmake-package))
--
2.32.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.4.224
2022-07-05 6:16 [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.4.224 Dario Binacchi
@ 2022-07-06 6:59 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-07-06 6:59 UTC (permalink / raw)
To: Dario Binacchi; +Cc: Fabrice Fontaine, Yann E . MORIN, buildroot
On Tue, 5 Jul 2022 08:16:27 +0200
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
> It requires the host-zstd package.
>
> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
> ---
> package/uuu/uuu.hash | 2 +-
> package/uuu/uuu.mk | 4 ++--
> 2 files changed, 3 insertions(+), 3 deletions(-)
Thanks for the patch. You had just forgotten to test "make legal-info",
and the hash of the README.md file had changed. I fixed that up when
applying to master. Thanks a lot!
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-07-06 6:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-05 6:16 [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.4.224 Dario Binacchi
2022-07-06 6:59 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.