From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 28/29] package/qt: drop option for license approved
Date: Mon, 24 Apr 2017 17:52:46 +0200 [thread overview]
Message-ID: <20170424155246.GA3081@scaer> (raw)
In-Reply-To: <3cbea545-9c8f-5502-eb50-aac7fb9a0bc5@mind.be>
Arnout, All,
On 2017-04-23 22:59 +0200, Arnout Vandecappelle spake thusly:
> On 23-04-17 22:31, Yann E. MORIN wrote:
> > As stated in previous commits, Buildroot only ever uses the free
> > license, and we do not have a click-wrap approval for any such free
> > license for any other package.
> >
> > The option to approve the license now has no prompt and is no longer
> > used anywhere. Drop it and make it a legacy entry.
> >
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> > Cc: Julien Corjon <corjon.j@ecagroup.com>
> > Cc: Peter Seiderer <ps.report@gmx.net>
> > ---
> > Config.in.legacy | 6 ++++++
> > package/qt/Config.in | 4 ----
> > 2 files changed, 6 insertions(+), 4 deletions(-)
> >
> > diff --git a/Config.in.legacy b/Config.in.legacy
> > index 8e9f3d175d..52cda9808e 100644
> > --- a/Config.in.legacy
> > +++ b/Config.in.legacy
> > @@ -145,6 +145,12 @@ endif
> > ###############################################################################
> > comment "Legacy options removed in 2017.05"
> >
> > +config BR2_PACKAGE_QT_LICENSE_APPROVED
> > + bool "Qt free license now always approved"
> > + select BR2_LEGACY
> > + help
> > + Use of Qt in Buildroot now always use the free license of Qt.
>
> IMO this doesn't bring any value. If the user already has selected to approve
> the free license, nothing really changes for them so there's no point drawing
> their attention to legacy.
>
> We should instead give a legacy warning when the user *didn't* have the option
> selected. But that's not possible, of course.
>
> Therefore, I'd say we drop the legacy handling for this option.
I'm fine with this.
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
next prev parent reply other threads:[~2017-04-24 15:52 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-23 20:31 [Buildroot] [PATCH 00/29] qt, qt5: only ever use the free/opensource licenses Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 01/29] package/qt: default to approved license Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 02/29] package/qt5base: " Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 03/29] package/qt: always use the opensource license Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 04/29] package/qt5base: " Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 05/29] package/qt53d: " Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 06/29] package/qt5canvas: " Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 07/29] package/qt5connectivity: " Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 08/29] package/qt5declarative: " Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 09/29] package/qt5enginio: " Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 10/29] package/qt5graphicaleffects: " Yann E. MORIN
2017-04-23 20:30 ` [Buildroot] [PATCH 11/29] package/qt5imageformats: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 12/29] package/qt5location: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 13/29] package/qt5multimedia: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 14/29] package/qt5quickcontrols: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 15/29] package/qt5quickcontrols2: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 16/29] package/qt5script: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 17/29] package/qt5sensors: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 18/29] package/qt5serialbus: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 19/29] package/qt5serialport: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 20/29] package/qt5svg: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 21/29] package/qt5tools: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 22/29] package/qt5webchannel: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 23/29] package/qt5webkit: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 24/29] package/qt5websockets: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 25/29] package/qt5x11extras: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 26/29] package/qt5xmlpatterns: " Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 27/29] configs: drop Qt/Qt5 license approval option Yann E. MORIN
2017-04-23 20:31 ` [Buildroot] [PATCH 28/29] package/qt: drop option for license approved Yann E. MORIN
2017-04-23 20:59 ` Arnout Vandecappelle
2017-04-24 15:52 ` Yann E. MORIN [this message]
2017-04-23 20:31 ` [Buildroot] [PATCH 29/29] package/qt5: " Yann E. MORIN
2017-04-23 21:12 ` [Buildroot] [PATCH 00/29] qt, qt5: only ever use the free/opensource licenses Arnout Vandecappelle
2017-04-24 15:53 ` Yann E. MORIN
2017-04-29 14:06 ` 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=20170424155246.GA3081@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox