diff options
author | Volker Krause <volker.krause@kdab.com> | 2018-01-25 08:50:20 +0100 |
---|---|---|
committer | Volker Krause <volker.krause@kdab.com> | 2018-01-25 08:48:51 +0000 |
commit | d98bd0735bbf4969154ed219d2827fd6e34c8c30 (patch) | |
tree | d4034e513b7a0aad2b2e3056630825061bea78c9 | |
parent | cf3ef66dec3892bfecccbf049bcafea506ba947e (diff) | |
download | meta-boot2qt-d98bd0735bbf4969154ed219d2827fd6e34c8c30.tar.gz |
Fix license checksum due to incremented year number
Change-Id: I7933dd63a6dcef23c87719c66e4405c31ac28a27
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r-- | recipes-qt/automotive/gammaray_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-qt/automotive/gammaray_git.bb b/recipes-qt/automotive/gammaray_git.bb index 6f9d602..67dbfb7 100644 --- a/recipes-qt/automotive/gammaray_git.bb +++ b/recipes-qt/automotive/gammaray_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "GammaRay Qt introspection probe" | |||
2 | HOMEPAGE = "http://www.kdab.com/gammaray" | 2 | HOMEPAGE = "http://www.kdab.com/gammaray" |
3 | 3 | ||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=560b8b2e529f7a17ee5dde6e5d0c0d69" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.GPL.txt;md5=a5b28ec9718d4516f7a621cd0232afc1" |
6 | 6 | ||
7 | inherit cmake_qt5 | 7 | inherit cmake_qt5 |
8 | 8 | ||