All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/libftdi: don't override license files variable
Date: Mon, 25 Nov 2019 18:18:00 +0100	[thread overview]
Message-ID: <20191125171800.GL32494@scaer> (raw)
In-Reply-To: <20191125070319.22261-1-b.bilas@grinn-global.com>

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.  |
'------------------------------^-------^------------------^--------------------'

  reply	other threads:[~2019-11-25 17:18 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2019-11-25 20:53 ` Thomas Petazzoni

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=20191125171800.GL32494@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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.