All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Cc: Bernd Kuhls <bernd@kuhls.net>,
	Samuel Martin <s.martin49@gmail.com>,
	buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 2/2] package/uuu: bump to version 1.5.165
Date: Wed, 7 Feb 2024 10:56:10 +0100	[thread overview]
Message-ID: <ZcNTut8WZPcPbLfl@landeda> (raw)
In-Reply-To: <20240206175330.570115-2-dario.binacchi@amarulasolutions.com>

Dario, All,

On 2024-02-06 18:53 +0100, Dario Binacchi spake thusly:
> 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

Thanks for explaining the hash change. :-)

I wonder if it really makes sense to keep using the README file as a
license file in Buildroot. Indeed, the licensing terms are for
third-party libraries uuu links to, and even though they are bundled in
the source tree of uuu|mfgtools, they are not used by Buildroot as we
use the ones we build.

Thoughts?

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

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/uuu/uuu.hash | 4 ++--
>  package/uuu/uuu.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/package/uuu/uuu.hash b/package/uuu/uuu.hash
> index 20816b5081db..c231d5d729f0 100644
> --- a/package/uuu/uuu.hash
> +++ b/package/uuu/uuu.hash
> @@ -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
> diff --git a/package/uuu/uuu.mk b/package/uuu/uuu.mk
> index 93c748ee46d8..d1bae61f528e 100644
> --- a/package/uuu/uuu.mk
> +++ b/package/uuu/uuu.mk
> @@ -4,11 +4,11 @@
>  #
>  ################################################################################
>  
> -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-openssl host-zlib host-libusb host-zstd host-tinyxml2
>  
>  $(eval $(host-cmake-package))
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-02-07  9:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-06 17:53 [Buildroot] [PATCH 1/2] package/tinyxml2: add host variant Dario Binacchi
2024-02-06 17:53 ` [Buildroot] [PATCH 2/2] package/uuu: bump to version 1.5.165 Dario Binacchi
2024-02-07  9:56   ` Yann E. MORIN [this message]
2024-02-07 16:28     ` Dario Binacchi
2024-02-07 16:34       ` Yann E. MORIN
2024-02-07  9:41 ` [Buildroot] [PATCH 1/2] package/tinyxml2: add host variant Yann E. MORIN

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZcNTut8WZPcPbLfl@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=dario.binacchi@amarulasolutions.com \
    --cc=s.martin49@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.