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/qtconnectivity_5.3.2.bb | |
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/qtconnectivity_5.3.2.bb')
-rw-r--r-- | recipes-qt/qt5/qtconnectivity_5.3.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtconnectivity_5.3.2.bb b/recipes-qt/qt5/qtconnectivity_5.3.2.bb index ca0013b6..4d9534b9 100644 --- a/recipes-qt/qt5/qtconnectivity_5.3.2.bb +++ b/recipes-qt/qt5/qtconnectivity_5.3.2.bb | |||
@@ -3,3 +3,9 @@ require ${PN}.inc | |||
3 | 3 | ||
4 | SRC_URI[md5sum] = "e496963407bb0c7b2e6c07133715a9cf" | 4 | SRC_URI[md5sum] = "e496963407bb0c7b2e6c07133715a9cf" |
5 | SRC_URI[sha256sum] = "2eb972b85697e9752ed2f2f7e194393650743737a9fe5f48177734c4dbd9096f" | 5 | SRC_URI[sha256sum] = "2eb972b85697e9752ed2f2f7e194393650743737a9fe5f48177734c4dbd9096f" |
6 | |||
7 | # older copyright year than what e.g. qtbase is using now | ||
8 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ | ||
9 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
10 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||