diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-18 13:11:55 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-30 14:15:30 +0100 |
commit | c317b18d29de9e77941417b93d124c4bf781f7ff (patch) | |
tree | 9360960cac39b6c24e96879e405912fd4925cf2c /recipes-qt/qt5/qt5-git.inc | |
parent | 69b7d8f725b0c431d61a224dbf13a7575531404f (diff) | |
download | meta-qt5-c317b18d29de9e77941417b93d124c4bf781f7ff.tar.gz |
qt5: update LICENSE in git recipes
* move common part to qt5-git.bb and add GPLv2 only
in recipes which allow to use that
* for details about LGPLv3 read:
http://blog.qt.digia.com/blog/2014/08/20/adding-lgpl-v3-to-qt/
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qt5-git.inc')
-rw-r--r-- | recipes-qt/qt5/qt5-git.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qt5-git.inc b/recipes-qt/qt5/qt5-git.inc index 919880dc..4f8fa987 100644 --- a/recipes-qt/qt5/qt5-git.inc +++ b/recipes-qt/qt5/qt5-git.inc | |||
@@ -16,8 +16,8 @@ FILESEXTRAPATHS =. "${FILE_DIRNAME}/${BPN}-git:" | |||
16 | 16 | ||
17 | DEFAULT_PREFERENCE = "-1" | 17 | DEFAULT_PREFERENCE = "-1" |
18 | 18 | ||
19 | LICENSE = "GFDL-1.3 & LGPL-2.1 | GPL-3.0" | 19 | LICENSE = "GFDL-1.3 & LGPL-2.1 | LGPL-3.0" |
20 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=2abca611d56c23eb99943bde21c80a0d \ | 20 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ |
21 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | 21 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ |
22 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | 22 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ |
23 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | 23 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" |