diff options
author | Andy Nichols <andy.nichols@theqtcompany.com> | 2015-03-02 16:30:28 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-03-02 17:40:11 +0100 |
commit | 89fc70e465543ae7ffa404512d9d1d7f2b1c7ae3 (patch) | |
tree | 58bf90776f0590b2519f9ed607d90ad712f4717b | |
parent | f072467269f6cd0966008e58dd58974f69615d12 (diff) | |
download | meta-qt5-89fc70e465543ae7ffa404512d9d1d7f2b1c7ae3.tar.gz |
qtwebengine: change license to LGPL-3.0
The opensource license for qtwebegine as of Qt 5.4.0-beta
has been changed to only be available under LGPL-3.0. The
checksum for this license is already for the LGPL-3.0 version
so no need to update.
Signed-off-by: Andy Nichols <andy.nichols@theqtcompany.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtwebengine.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc index a9c7005a..4a5b0e8f 100644 --- a/recipes-qt/qt5/qtwebengine.inc +++ b/recipes-qt/qt5/qtwebengine.inc | |||
@@ -1,8 +1,9 @@ | |||
1 | SUMMARY = "QtWebEngine combines the power of Chromium and Qt" | 1 | SUMMARY = "QtWebEngine combines the power of Chromium and Qt" |
2 | LICENSE = "LGPL-2.1 & BSD" | 2 | LICENSE = "LGPL-3.0 & BSD" |
3 | LIC_FILES_CHKSUM = " \ | 3 | LIC_FILES_CHKSUM = " \ |
4 | file://src/core/browser_context_qt.cpp;md5=91895ac1852e1b07202d9716194e8dd8;beginline=1;endline=35 \ | 4 | file://src/core/browser_context_qt.cpp;md5=91895ac1852e1b07202d9716194e8dd8;beginline=1;endline=35 \ |
5 | file://src/3rdparty/chromium/LICENSE;md5=537e0b52077bf0a616d0a0c8a79bc9d5 \ | 5 | file://src/3rdparty/chromium/LICENSE;md5=537e0b52077bf0a616d0a0c8a79bc9d5 \ |
6 | file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
6 | " | 7 | " |
7 | DEPENDS += " \ | 8 | DEPENDS += " \ |
8 | ninja-native \ | 9 | ninja-native \ |