diff options
author | Jonathan Liu <net147@gmail.com> | 2014-05-30 00:54:38 +1000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:11:51 +0200 |
commit | e9ad98bbed6065989ef4648e724f27275b35b838 (patch) | |
tree | 8718538fb4ac8badfbb620f11a13b8ca31b03725 /recipes-qt/qt5/qtwayland.inc | |
parent | 6374736f37378501793a5191b48545c1fecc0c48 (diff) | |
download | meta-qt5-e9ad98bbed6065989ef4648e724f27275b35b838.tar.gz |
qt5: upgrade from 5.2.1 to 5.3.0
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwayland.inc')
-rw-r--r-- | recipes-qt/qt5/qtwayland.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtwayland.inc b/recipes-qt/qt5/qtwayland.inc index abeb15f3..bb52f0d6 100644 --- a/recipes-qt/qt5/qtwayland.inc +++ b/recipes-qt/qt5/qtwayland.inc | |||
@@ -22,3 +22,9 @@ FILES_${PN}-plugins += " \ | |||
22 | FILES_${PN}-plugins-dbg += " \ | 22 | FILES_${PN}-plugins-dbg += " \ |
23 | ${OE_QMAKE_PATH_PLUGINS}/*/*/.debug/* \ | 23 | ${OE_QMAKE_PATH_PLUGINS}/*/*/.debug/* \ |
24 | " | 24 | " |
25 | |||
26 | # older copyright year than what e.g. qtbase is using now | ||
27 | LIC_FILES_CHKSUM = "file://LICENSE.LGPL;md5=4193e7f1d47a858f6b7c0f1ee66161de \ | ||
28 | file://LICENSE.GPL;md5=d32239bcb673463ab874e80d47fae504 \ | ||
29 | file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \ | ||
30 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e" | ||