diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-09-29 05:48:44 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-10-04 04:25:11 +0200 |
commit | be2d4815efd7b8312700a426a5cafcd86a93666b (patch) | |
tree | ef3c3ed2e3092535fe0e4a14d2834c1ccbd72d19 /recipes-qt/qt5/qttools_git.bb | |
parent | 096112d4ab8bad1c45ab0bc40354d9a9bb3e097d (diff) | |
download | meta-qt5-be2d4815efd7b8312700a426a5cafcd86a93666b.tar.gz |
qt5: upgrade git recipes to 5.4-alpha1
* introduce 2nd set of qtwayland and qtwebengine recipes, because newer
revision isn't compatible with 5.3.2 release
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qttools_git.bb')
-rw-r--r-- | recipes-qt/qt5/qttools_git.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qttools_git.bb b/recipes-qt/qt5/qttools_git.bb index bf06b08c..db3e5401 100644 --- a/recipes-qt/qt5/qttools_git.bb +++ b/recipes-qt/qt5/qttools_git.bb | |||
@@ -1,4 +1,9 @@ | |||
1 | require qt5-git.inc | 1 | require qt5-git.inc |
2 | require ${PN}.inc | 2 | require ${PN}.inc |
3 | 3 | ||
4 | SRCREV = "aa35d132010f4410d72e30d03e3dd713c7a2241d" | 4 | SRCREV = "a1ca5b48fafc536b619617f8fa6a3e4798283812" |
5 | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \ | ||
7 | file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \ | ||
8 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
9 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||