All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-tftpy: fix legal info
@ 2023-11-02 21:11 Fabrice Fontaine
  2023-11-03  9:32 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2023-11-02 21:11 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Fabrice Fontaine, Asaf Kahlon, Colin Foster

Fix the following build failure raised since the addition of the package
in commit 8dd5390be6b210eaac1bf02af2fea84d4c87dcd1:

>>> python-tftpy 0.8.2 Collecting legal info
ERROR: No hash found for LICENSE.txt

Fixes:
 - http://autobuild.buildroot.org/results/9e12e0cd81bdf1a09884a340ca809c194e4dba9b

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-tftpy/python-tftpy.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-tftpy/python-tftpy.mk b/package/python-tftpy/python-tftpy.mk
index 829bd08b96..fd3c601496 100644
--- a/package/python-tftpy/python-tftpy.mk
+++ b/package/python-tftpy/python-tftpy.mk
@@ -7,7 +7,7 @@
 PYTHON_TFTPY_VERSION = 0.8.2
 PYTHON_TFTPY_SITE = $(call github,msoulier,tftpy,$(PYTHON_TFTPY_VERSION))
 PYTHON_TFTPY_LICENSE = MIT
-PYTHON_TFTPY_LICENSE_FILES = LICENSE.txt
+PYTHON_TFTPY_LICENSE_FILES = LICENSE
 PYTHON_TFTPY_SETUP_TYPE = setuptools
 
 $(eval $(python-package))
-- 
2.42.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/python-tftpy: fix legal info
  2023-11-02 21:11 [Buildroot] [PATCH 1/1] package/python-tftpy: fix legal info Fabrice Fontaine
@ 2023-11-03  9:32 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-03  9:32 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: James Hilliard, Colin Foster, Asaf Kahlon, buildroot

On Thu,  2 Nov 2023 22:11:36 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fix the following build failure raised since the addition of the package
> in commit 8dd5390be6b210eaac1bf02af2fea84d4c87dcd1:
> 
> >>> python-tftpy 0.8.2 Collecting legal info  
> ERROR: No hash found for LICENSE.txt
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/9e12e0cd81bdf1a09884a340ca809c194e4dba9b
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/python-tftpy/python-tftpy.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

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:[~2023-11-03  9:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-02 21:11 [Buildroot] [PATCH 1/1] package/python-tftpy: fix legal info Fabrice Fontaine
2023-11-03  9:32 ` 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.