diff options
Diffstat (limited to 'recipes-qt/qt5/qtbase-native_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtbase-native_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index d75f5e5f..0f77fa29 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb | |||
@@ -5,7 +5,8 @@ HOMEPAGE = "http://qt-project.org" | |||
5 | LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & The-Qt-Company-Qt-LGPL-Exception-1.1 | LGPL-3.0)" | 5 | LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & The-Qt-Company-Qt-LGPL-Exception-1.1 | LGPL-3.0)" |
6 | LIC_FILES_CHKSUM = " \ | 6 | LIC_FILES_CHKSUM = " \ |
7 | file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \ | 7 | file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \ |
8 | file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ | 8 | file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \ |
9 | file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \ | ||
9 | file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \ | 10 | file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \ |
10 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ | 11 | file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ |
11 | " | 12 | " |
@@ -22,13 +23,12 @@ SRC_URI += "\ | |||
22 | file://0005-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ | 23 | file://0005-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ |
23 | file://0006-configure-bump-path-length-from-256-to-512-character.patch \ | 24 | file://0006-configure-bump-path-length-from-256-to-512-character.patch \ |
24 | file://0007-QOpenGLPaintDevice-sub-area-support.patch \ | 25 | file://0007-QOpenGLPaintDevice-sub-area-support.patch \ |
25 | file://0008-Fix-build-with-clang-3.7.patch \ | ||
26 | " | 26 | " |
27 | 27 | ||
28 | # common for qtbase-native and nativesdk-qtbase | 28 | # common for qtbase-native and nativesdk-qtbase |
29 | SRC_URI += " \ | 29 | SRC_URI += " \ |
30 | file://0009-Always-build-uic.patch \ | 30 | file://0008-Always-build-uic.patch \ |
31 | file://0010-Add-external-hostbindir-option-for-native-sdk.patch \ | 31 | file://0009-Add-external-hostbindir-option-for-native-sdk.patch \ |
32 | " | 32 | " |
33 | 33 | ||
34 | CLEANBROKEN = "1" | 34 | CLEANBROKEN = "1" |
@@ -116,4 +116,4 @@ do_install() { | |||
116 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt | 116 | ln -sf syncqt.pl ${D}${OE_QMAKE_PATH_QT_BINS}/syncqt |
117 | } | 117 | } |
118 | 118 | ||
119 | SRCREV = "2fde9f59eeab68ede92324e7613daf8be3eaf498" | 119 | SRCREV = "c619d2daac9b1f61e8ad2320b59c648b6af6af90" |