diff options
author | Jonathan Liu <net147@gmail.com> | 2015-04-24 00:19:28 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-29 00:06:47 +0200 |
commit | 9ec7538c0a56620394529ca981132e54c2f414a3 (patch) | |
tree | cc8160de3fdbb916b03347a59e56f5f20ed4671d | |
parent | fa97d726cc33a9d20df884a1876095eb90338bb4 (diff) | |
download | meta-qt5-9ec7538c0a56620394529ca981132e54c2f414a3.tar.gz |
qtwebsockets: specify GFDL license version
Fixes the following warning:
"WARNING: qtwebsockets: No generic license file exists for: GFDL in any provider"
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes-qt/qt5/qtwebsockets.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebsockets.inc b/recipes-qt/qt5/qtwebsockets.inc index 1043a06f..5fb149a6 100644 --- a/recipes-qt/qt5/qtwebsockets.inc +++ b/recipes-qt/qt5/qtwebsockets.inc | |||
@@ -2,7 +2,7 @@ require qt5.inc | |||
2 | 2 | ||
3 | DEPENDS += "qtbase qtdeclarative" | 3 | DEPENDS += "qtbase qtdeclarative" |
4 | 4 | ||
5 | LICENSE = "GFDL & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)" | 5 | LICENSE = "GFDL-1.3 & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)" |
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c \ |
7 | file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \ | 7 | file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \ |
8 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | 8 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ |