All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.5.139
@ 2023-11-06 18:03 Dario Binacchi
  2023-11-06 21:11 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 3+ messages in thread
From: Dario Binacchi @ 2023-11-06 18:03 UTC (permalink / raw)
  To: buildroot; +Cc: Dario Binacchi

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

The changes to README.md are not related to license modifications.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
---
 package/uuu/uuu.hash | 4 ++--
 package/uuu/uuu.mk   | 5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/package/uuu/uuu.hash b/package/uuu/uuu.hash
index 574cb48a3c28..2d7a8dc7602a 100644
--- a/package/uuu/uuu.hash
+++ b/package/uuu/uuu.hash
@@ -1,4 +1,4 @@
 # locally computed
-sha256  085d7f6308ee6b77dfb131fac40704575525adf6da45cdc446c00a0b29e4c21a  uuu_source-uuu_1.5.125.tar.gz
+sha256  16eea2446160976e20d2f20257cecf7490979431f17971af374e81bba8d5fa98  uuu_source-uuu_1.5.139.tar.gz
 sha256  cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495  LICENSE
-sha256  52a715c7443f269ddeba360abd70694879e120213926553a000e9be9373ea731  README.md
+sha256  2d872c6e5aaea15ec1932bfb378fb62e24ee7ec399fe7f998f03d9b728215335  README.md
diff --git a/package/uuu/uuu.mk b/package/uuu/uuu.mk
index 5f3271066f81..e96ccc1b4d84 100644
--- a/package/uuu/uuu.mk
+++ b/package/uuu/uuu.mk
@@ -4,11 +4,12 @@
 #
 ################################################################################
 
-UUU_VERSION = 1.5.125
+UUU_VERSION = 1.5.139
 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-openssl host-zlib host-libusb host-zstd \
+	host-zlib
 
 $(eval $(host-cmake-package))
-- 
2.42.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.5.139
  2023-11-06 18:03 [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.5.139 Dario Binacchi
@ 2023-11-06 21:11 ` Thomas Petazzoni via buildroot
  2023-11-07  7:49   ` Dario Binacchi
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-06 21:11 UTC (permalink / raw)
  To: Dario Binacchi; +Cc: buildroot

On Mon,  6 Nov 2023 19:03:04 +0100
Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:

> -HOST_UUU_DEPENDENCIES = host-bzip2 host-openssl host-zlib host-libusb host-zstd

                                                   ^^^^^^^^^ We already have host-zlib here

> +HOST_UUU_DEPENDENCIES = host-bzip2 host-openssl host-zlib host-libusb host-zstd \
> +	host-zlib

So do we need one more time?

This change is also not listed in the commit message. Is this just a
spurious mistake?

Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.5.139
  2023-11-06 21:11 ` Thomas Petazzoni via buildroot
@ 2023-11-07  7:49   ` Dario Binacchi
  0 siblings, 0 replies; 3+ messages in thread
From: Dario Binacchi @ 2023-11-07  7:49 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

On Mon, Nov 6, 2023 at 10:11 PM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> On Mon,  6 Nov 2023 19:03:04 +0100
> Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
>
> > -HOST_UUU_DEPENDENCIES = host-bzip2 host-openssl host-zlib host-libusb host-zstd
>
>                                                    ^^^^^^^^^ We already have host-zlib here
>
> > +HOST_UUU_DEPENDENCIES = host-bzip2 host-openssl host-zlib host-libusb host-zstd \
> > +     host-zlib
>
> So do we need one more time?
>
> This change is also not listed in the commit message. Is this just a
> spurious mistake?

Yes, you're right.
Sorry.
I'll submit v2 fixing it.

Thanks and regards,
Dario

>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com



-- 

Dario Binacchi

Senior Embedded Linux Developer

dario.binacchi@amarulasolutions.com

__________________________________


Amarula Solutions SRL

Via Le Canevare 30, 31100 Treviso, Veneto, IT

T. +39 042 243 5310
info@amarulasolutions.com

www.amarulasolutions.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-07  7:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-06 18:03 [Buildroot] [PATCH 1/1] package/uuu: bump to version 1.5.139 Dario Binacchi
2023-11-06 21:11 ` Thomas Petazzoni via buildroot
2023-11-07  7:49   ` Dario Binacchi

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.