diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2017-04-23 22:31:11 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-04-29 15:53:48 +0200 |
commit | fe3f8f35bd241e437cfb5e10b679cf24e3586945 (patch) | |
tree | 90dfb98d45e0b3f311cf3dc1e40062dd9b89f825 | |
parent | 4ff182f30cd18f87254ed3d2a30007c91ee7a2f6 (diff) | |
download | buildroot-fe3f8f35bd241e437cfb5e10b679cf24e3586945.tar.gz buildroot-fe3f8f35bd241e437cfb5e10b679cf24e3586945.zip |
package/qt5webkit: always use the opensource license
We never ask the user to confirm their assent about the use of a free
license; there is no reason we do so for Qt.
The output of legal-info is there to gather all the licenses used in a
build; the license for qt5webkit will be there to be consulted as well.
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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/qt5/qt5webkit/qt5webkit.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/qt5/qt5webkit/qt5webkit.mk b/package/qt5/qt5webkit/qt5webkit.mk index 295d24d16f..d435192994 100644 --- a/package/qt5/qt5webkit/qt5webkit.mk +++ b/package/qt5/qt5webkit/qt5webkit.mk @@ -14,15 +14,10 @@ QT5WEBKIT_INSTALL_STAGING = YES QT5WEBKIT_LICENSE_FILES = Source/WebCore/LICENSE-LGPL-2 Source/WebCore/LICENSE-LGPL-2.1 -ifeq ($(BR2_PACKAGE_QT5BASE_LICENSE_APPROVED),y) QT5WEBKIT_LICENSE = LGPL-2.1+, BSD-3-Clause, BSD-2-Clause # Source files contain references to LGPL_EXCEPTION.txt but it is not included # in the archive. QT5WEBKIT_LICENSE_FILES += LICENSE.LGPLv21 -else -QT5WEBKIT_LICENSE = LGPL-2.1+ (WebCore), Commercial license -QT5WEBKIT_REDISTRIBUTE = NO -endif ifeq ($(BR2_PACKAGE_QT5BASE_XCB),y) QT5WEBKIT_DEPENDENCIES += xlib_libXext xlib_libXrender |