summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtbase_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtbase_git.bb')
-rw-r--r--recipes-qt/qt5/qtbase_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtbase_git.bb b/recipes-qt/qt5/qtbase_git.bb
index f64804cb..63f52f49 100644
--- a/recipes-qt/qt5/qtbase_git.bb
+++ b/recipes-qt/qt5/qtbase_git.bb
@@ -4,7 +4,8 @@ require qt5-git.inc
4LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & The-Qt-Company-Qt-LGPL-Exception-1.1 | LGPL-3.0)" 4LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & The-Qt-Company-Qt-LGPL-Exception-1.1 | LGPL-3.0)"
5LIC_FILES_CHKSUM = " \ 5LIC_FILES_CHKSUM = " \
6 file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \ 6 file://LICENSE.LGPLv21;md5=58a180e1cf84c756c29f782b3a485c29 \
7 file://LICENSE.LGPLv3;md5=c4fe8c6de4eef597feec6e90ed62e962 \ 7 file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \
8 file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
8 file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \ 9 file://LGPL_EXCEPTION.txt;md5=9625233da42f9e0ce9d63651a9d97654 \
9 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ 10 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
10" 11"
@@ -18,14 +19,13 @@ SRC_URI += "\
18 file://0005-qeglplatformintegration-Undefine-CursorShape-from-X..patch \ 19 file://0005-qeglplatformintegration-Undefine-CursorShape-from-X..patch \
19 file://0006-configure-bump-path-length-from-256-to-512-character.patch \ 20 file://0006-configure-bump-path-length-from-256-to-512-character.patch \
20 file://0007-QOpenGLPaintDevice-sub-area-support.patch \ 21 file://0007-QOpenGLPaintDevice-sub-area-support.patch \
21 file://0008-Fix-build-with-clang-3.7.patch \
22" 22"
23 23
24# specific for target qtbase 24# specific for target qtbase
25SRC_URI += "\ 25SRC_URI += "\
26 file://0009-qmake-don-t-build-it-in-configure-but-allow-to-build.patch \ 26 file://0008-qmake-don-t-build-it-in-configure-but-allow-to-build.patch \
27 file://0010-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch \ 27 file://0009-linux-oe-g-Invert-conditional-for-defining-QT_SOCKLE.patch \
28 file://0012-qeglplatformscreen.cpp-reorder-headers-to-fix-build-.patch \ 28 file://0010-qeglplatformscreen.cpp-reorder-headers-to-fix-build-.patch \
29" 29"
30 30
31DEPENDS += "qtbase-native" 31DEPENDS += "qtbase-native"
@@ -279,4 +279,4 @@ sysroot_stage_dirs_append() {
279 rm -rf $to${OE_QMAKE_PATH_LIBS}/fonts 279 rm -rf $to${OE_QMAKE_PATH_LIBS}/fonts
280} 280}
281 281
282SRCREV = "2fde9f59eeab68ede92324e7613daf8be3eaf498" 282SRCREV = "c619d2daac9b1f61e8ad2320b59c648b6af6af90"