aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Gronoff <mikko.gronoff@qt.io>2024-04-23 12:59:07 +0300
committerMikko Gronoff <mikko.gronoff@qt.io>2024-04-23 14:00:20 +0300
commit3a5e70a55c92d5d9709b1df69698478ba64a06a9 (patch)
treea69dd73acfd48f6be240a8fe0708b1de6fe125bf
parent90c172217828cb8e823faa403b436426e43e2559 (diff)
qtwebengine: fix license header QA issue
In lts-6.2 the QtWebEngine module is taken from more recent Qt branch. In newer branches the SPDX license update was done on the modules and license files got updated. QtWebengine module got newer Qt-GPL-Exception-1.0 license header entry by a cherry-pick from upstream but is not present in lts-6.2 branch. For QtWebEngine in lts-6.2, switch back to the valid The-Qt-Company-GPL-Exception-1.0 to fix warning: "QA Issue: qtwebengine: No generic license file exists for: Qt-GPL-exception-1.0 in any provider [license-exists]" Change-Id: Ia19f84e08dafa49f023d5cb75b99b81bc5838ed1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--recipes-qt/qt6/qtwebengine.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt6/qtwebengine.inc b/recipes-qt/qt6/qtwebengine.inc
index 481e57c..2577564 100644
--- a/recipes-qt/qt6/qtwebengine.inc
+++ b/recipes-qt/qt6/qtwebengine.inc
@@ -1,4 +1,4 @@
-LICENSE = "(The-Qt-Company-Commercial | (GPL-3.0-only & Qt-GPL-exception-1.0) & (LGPL-3.0-only | GPL-2.0-only | GPL-3.0-only) & GFDL-1.3-no-invariants-only) & BSD-3-Clause"
+LICENSE = "(The-Qt-Company-Commercial | (GPL-3.0-only & The-Qt-Company-GPL-Exception-1.0) & (LGPL-3.0-only | GPL-2.0-only | GPL-3.0-only) & GFDL-1.3-no-invariants-only) & BSD-3-Clause"
LIC_FILES_CHKSUM = " \
file://LICENSES/GFDL-1.3-no-invariants-only.txt;md5=a22d0be1ce2284b67950a4d1673dd1b0 \
file://LICENSES/GPL-2.0-only.txt;md5=b234ee4d69f5fce4486a80fdaf4a4263 \