From 3f6edf3e2c3d129df55fb0b4e1f322cac3a38aac Mon Sep 17 00:00:00 2001 From: Jonathan Liu Date: Fri, 24 Apr 2015 00:19:28 +1000 Subject: [PATCH] qtwebsockets: specify GFDL license version Fixes the following warning: "WARNING: qtwebsockets: No generic license file exists for: GFDL in any provider" (From meta-qt5 rev: 9ec7538c0a56620394529ca981132e54c2f414a3) Signed-off-by: Jonathan Liu Signed-off-by: Martin Jansa Signed-off-by: Mauro Carvalho Chehab --- meta-qt5/recipes-qt/qt5/qtwebsockets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-qt5/recipes-qt/qt5/qtwebsockets.inc b/meta-qt5/recipes-qt/qt5/qtwebsockets.inc index 1043a06..5fb149a 100644 --- a/meta-qt5/recipes-qt/qt5/qtwebsockets.inc +++ b/meta-qt5/recipes-qt/qt5/qtwebsockets.inc @@ -2,7 +2,7 @@ require qt5.inc DEPENDS += "qtbase qtdeclarative" -LICENSE = "GFDL & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)" +LICENSE = "GFDL-1.3 & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0)" LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c \ file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \ file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ -- 2.7.4