diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-11-27 13:48:38 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-09 11:06:30 +0100 |
commit | 54c44443c34f077bfc2c5cc3a92d6db59d28343c (patch) | |
tree | 479cd0ba85d55e8d01ae1396bca7397880360b70 /recipes-qt/qt5/qtsystems_git.bb | |
parent | 5b8f470597d4f163952f3b63a8ee39a2ccabfe4c (diff) | |
download | meta-qt5-54c44443c34f077bfc2c5cc3a92d6db59d28343c.tar.gz |
qt5-git: Update to rc1+, latest revision in 5.4 branch
* qtwebengine LIC_FILES_CHKSUM updated because of Copyright
year update in chromium's LICENSE
< // Copyright (c) 2013 The Chromium Authors. All rights reserved.
and shortened the entry for qtwebengine LIC_FILES_CHKSUM, because
it was including also few #include lines which were changed recently
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtsystems_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtsystems_git.bb | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtsystems_git.bb b/recipes-qt/qt5/qtsystems_git.bb index ac2fc863..4762d8f8 100644 --- a/recipes-qt/qt5/qtsystems_git.bb +++ b/recipes-qt/qt5/qtsystems_git.bb | |||
@@ -1,9 +1,14 @@ | |||
1 | require qt5-git.inc | 1 | require qt5-git.inc |
2 | require ${PN}.inc | 2 | require ${PN}.inc |
3 | 3 | ||
4 | QT_MODULE_BRANCH = "5.3" | 4 | QT_MODULE_BRANCH = "dev" |
5 | 5 | ||
6 | # qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 | 6 | # qtsystems wasn't released yet, last tag before this SRCREV is 5.0.0-beta1 |
7 | # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.2.1 | 7 | # qt5-git PV is only to indicate that this recipe is compatible with qt5 5.4 |
8 | 8 | ||
9 | SRCREV = "aa651c73bf7bc57c1b6b1bfcfa9afe901884a102" | 9 | SRCREV = "3a0216301ad1338126abb326e8e4c22c6ea12f40" |
10 | |||
11 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ | ||
12 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
13 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
14 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||