* [Buildroot] [PATCH] package/libftdi: don't override license files variable
@ 2019-11-25 7:03 Bartosz Bilas
2019-11-25 17:18 ` Yann E. MORIN
2019-11-25 20:53 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Bartosz Bilas @ 2019-11-25 7:03 UTC (permalink / raw)
To: buildroot
Fixes:
package/libftdi/libftdi.mk:22: conditional override of variable LIBFTDI_LICENSE_FILES
Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
---
package/libftdi/libftdi.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libftdi/libftdi.mk b/package/libftdi/libftdi.mk
index cafa40eed4..257342622f 100644
--- a/package/libftdi/libftdi.mk
+++ b/package/libftdi/libftdi.mk
@@ -19,7 +19,7 @@ LIBFTDI_CONF_OPTS = --without-examples
# configure detect it automaticaly so we need to force it
ifeq ($(BR2_PACKAGE_LIBFTDI_CPP),y)
LIBFTDI_LICENSE += , GPL-2.0 with exception (ftdipp)
-LIBFTDI_LICENSE_FILES = COPYING.GPL
+LIBFTDI_LICENSE_FILES += COPYING.GPL
LIBFTDI_DEPENDENCIES += boost
LIBFTDI_CONF_OPTS += --enable-libftdipp
else
--
2.11.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/libftdi: don't override license files variable
2019-11-25 7:03 [Buildroot] [PATCH] package/libftdi: don't override license files variable Bartosz Bilas
@ 2019-11-25 17:18 ` Yann E. MORIN
2019-11-25 20:53 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2019-11-25 17:18 UTC (permalink / raw)
To: buildroot
Bartosz, All,
On 2019-11-25 08:03 +0100, Bartosz Bilas spake thusly:
> Fixes:
> package/libftdi/libftdi.mk:22: conditional override of variable LIBFTDI_LICENSE_FILES
Thanks for fixing my mess. :-)
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
Acked-by: Yann E. MORIN <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> package/libftdi/libftdi.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/libftdi/libftdi.mk b/package/libftdi/libftdi.mk
> index cafa40eed4..257342622f 100644
> --- a/package/libftdi/libftdi.mk
> +++ b/package/libftdi/libftdi.mk
> @@ -19,7 +19,7 @@ LIBFTDI_CONF_OPTS = --without-examples
> # configure detect it automaticaly so we need to force it
> ifeq ($(BR2_PACKAGE_LIBFTDI_CPP),y)
> LIBFTDI_LICENSE += , GPL-2.0 with exception (ftdipp)
> -LIBFTDI_LICENSE_FILES = COPYING.GPL
> +LIBFTDI_LICENSE_FILES += COPYING.GPL
> LIBFTDI_DEPENDENCIES += boost
> LIBFTDI_CONF_OPTS += --enable-libftdipp
> else
> --
> 2.11.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/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. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/libftdi: don't override license files variable
2019-11-25 7:03 [Buildroot] [PATCH] package/libftdi: don't override license files variable Bartosz Bilas
2019-11-25 17:18 ` Yann E. MORIN
@ 2019-11-25 20:53 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-11-25 20:53 UTC (permalink / raw)
To: buildroot
On Mon, 25 Nov 2019 08:03:19 +0100
Bartosz Bilas <b.bilas@grinn-global.com> wrote:
> Fixes:
> package/libftdi/libftdi.mk:22: conditional override of variable LIBFTDI_LICENSE_FILES
>
>
> Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
> ---
> package/libftdi/libftdi.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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-25 20:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25 7:03 [Buildroot] [PATCH] package/libftdi: don't override license files variable Bartosz Bilas
2019-11-25 17:18 ` Yann E. MORIN
2019-11-25 20:53 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox