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/qtwebkit_git.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/qtwebkit_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebkit_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwebkit_git.bb b/recipes-qt/qt5/qtwebkit_git.bb index 216d9100..a4973e0e 100644 --- a/recipes-qt/qt5/qtwebkit_git.bb +++ b/recipes-qt/qt5/qtwebkit_git.bb | |||
@@ -4,3 +4,6 @@ require ${PN}.inc | |||
4 | DEPENDS += "leveldb" | 4 | DEPENDS += "leveldb" |
5 | 5 | ||
6 | SRCREV = "7778f881ff7dc92fca44dd414b02e7345f8db930" | 6 | SRCREV = "7778f881ff7dc92fca44dd414b02e7345f8db930" |
7 | |||
8 | LICENSE += "| GPL-2.0" | ||
9 | LIC_FILES_CHKSUM += "file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed" | ||