* [Buildroot] [PATCH 1/1] package/multipath-tools: fix legal info
@ 2024-03-14 21:11 Fabrice Fontaine
2024-03-15 19:38 ` Arnout Vandecappelle via buildroot
2024-03-21 20:53 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-03-14 21:11 UTC (permalink / raw)
To: buildroot; +Cc: Alexander Egorenkov, Fabrice Fontaine
Commit cc363e9a93484e734313b17962b931b3df6eedaa forgot to update hash of
README.md (changes not related to license)
Fixes: cc363e9a93484e734313b17962b931b3df6eedaa
- http://autobuild.buildroot.org/results/d41b3eedb337ac7559afceed459c3e28a9bf15a2
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/multipath-tools/multipath-tools.hash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/multipath-tools/multipath-tools.hash b/package/multipath-tools/multipath-tools.hash
index 0f51c38846..c1f32e7a3b 100644
--- a/package/multipath-tools/multipath-tools.hash
+++ b/package/multipath-tools/multipath-tools.hash
@@ -4,4 +4,4 @@ sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENS
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 LICENSES/GPL-3.0
sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c LICENSES/LGPL-2.0
sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSES/LGPL-2.1
-sha256 5887418b2e0e595da5aca08b2dff25298f20618f9894d5e26ce852d9d1ae90c4 README.md
+sha256 9c69bb0089aa0b82b10a25095c04a7c4aec6b5bbf0776b7129123c8459fe7725 README.md
--
2.43.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/multipath-tools: fix legal info
2024-03-14 21:11 [Buildroot] [PATCH 1/1] package/multipath-tools: fix legal info Fabrice Fontaine
@ 2024-03-15 19:38 ` Arnout Vandecappelle via buildroot
2024-03-21 20:53 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-03-15 19:38 UTC (permalink / raw)
To: Fabrice Fontaine, buildroot; +Cc: Alexander Egorenkov
On 14/03/2024 22:11, Fabrice Fontaine wrote:
> Commit cc363e9a93484e734313b17962b931b3df6eedaa forgot to update hash of
> README.md (changes not related to license)
This is likely going to happen pretty often.
I anyway don't see the point of including README.md in the LICENSE_FILES. It
just explains that the default license is LGPL-2.0.
So I suggest removing it from the license files.
For now, I've applied this patch to master, thanks.
Regards,
Arnout
>
> Fixes: cc363e9a93484e734313b17962b931b3df6eedaa
> - http://autobuild.buildroot.org/results/d41b3eedb337ac7559afceed459c3e28a9bf15a2
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
> package/multipath-tools/multipath-tools.hash | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/multipath-tools/multipath-tools.hash b/package/multipath-tools/multipath-tools.hash
> index 0f51c38846..c1f32e7a3b 100644
> --- a/package/multipath-tools/multipath-tools.hash
> +++ b/package/multipath-tools/multipath-tools.hash
> @@ -4,4 +4,4 @@ sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 LICENS
> sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 LICENSES/GPL-3.0
> sha256 b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c LICENSES/LGPL-2.0
> sha256 dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551 LICENSES/LGPL-2.1
> -sha256 5887418b2e0e595da5aca08b2dff25298f20618f9894d5e26ce852d9d1ae90c4 README.md
> +sha256 9c69bb0089aa0b82b10a25095c04a7c4aec6b5bbf0776b7129123c8459fe7725 README.md
_______________________________________________
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/multipath-tools: fix legal info
2024-03-14 21:11 [Buildroot] [PATCH 1/1] package/multipath-tools: fix legal info Fabrice Fontaine
2024-03-15 19:38 ` Arnout Vandecappelle via buildroot
@ 2024-03-21 20:53 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-03-21 20:53 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Alexander Egorenkov, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Commit cc363e9a93484e734313b17962b931b3df6eedaa forgot to update hash of
> README.md (changes not related to license)
> Fixes: cc363e9a93484e734313b17962b931b3df6eedaa
> - http://autobuild.buildroot.org/results/d41b3eedb337ac7559afceed459c3e28a9bf15a2
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2024.02.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
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:[~2024-03-21 20:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14 21:11 [Buildroot] [PATCH 1/1] package/multipath-tools: fix legal info Fabrice Fontaine
2024-03-15 19:38 ` Arnout Vandecappelle via buildroot
2024-03-21 20:53 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox