diff options
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r-- | recipes-qt/qt5/qtwebengine_git.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 4b89dddf..2933bf70 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -2,13 +2,14 @@ SUMMARY = "QtWebEngine combines the power of Chromium and Qt" | |||
2 | 2 | ||
3 | LICENSE = "LGPL-3.0 & BSD" | 3 | LICENSE = "LGPL-3.0 & BSD" |
4 | LIC_FILES_CHKSUM = " \ | 4 | LIC_FILES_CHKSUM = " \ |
5 | file://src/core/browser_context_qt.cpp;md5=91895ac1852e1b07202d9716194e8dd8;beginline=1;endline=35 \ | 5 | file://src/core/browser_context_qt.cpp;md5=5fe719c44250955a5d5f8fb15fc8b1da;beginline=1;endline=35 \ |
6 | file://src/3rdparty/chromium/LICENSE;md5=537e0b52077bf0a616d0a0c8a79bc9d5 \ | 6 | file://src/3rdparty/chromium/LICENSE;md5=537e0b52077bf0a616d0a0c8a79bc9d5 \ |
7 | file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | 7 | file://LICENSE.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ |
8 | " | 8 | " |
9 | 9 | ||
10 | DEPENDS += " \ | 10 | DEPENDS += " \ |
11 | ninja-native \ | 11 | ninja-native \ |
12 | qtwebchannel \ | ||
12 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols \ | 13 | qtbase qtdeclarative qtxmlpatterns qtquickcontrols \ |
13 | libdrm fontconfig pixman openssl pango cairo icu pciutils \ | 14 | libdrm fontconfig pixman openssl pango cairo icu pciutils \ |
14 | libcap \ | 15 | libcap \ |
@@ -71,8 +72,7 @@ RDEPENDS_${PN}-examples += " \ | |||
71 | qtdeclarative-qmlplugins \ | 72 | qtdeclarative-qmlplugins \ |
72 | " | 73 | " |
73 | 74 | ||
74 | QT_MODULE_BRANCH = "5.4" | 75 | QT_MODULE_BRANCH_CHROMIUM = "40.0.2214-based" |
75 | QT_MODULE_BRANCH_CHROMIUM = "37.0.2062-based" | ||
76 | 76 | ||
77 | SRC_URI += " \ | 77 | SRC_URI += " \ |
78 | ${QT_GIT}/qt/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ | 78 | ${QT_GIT}/qt/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ |
@@ -81,8 +81,8 @@ SRC_URI += " \ | |||
81 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ | 81 | file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \ |
82 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ | 82 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ |
83 | " | 83 | " |
84 | SRCREV_qtwebengine = "55a7fc7651136510032166ff24eb5e7e49635145" | 84 | SRCREV_qtwebengine = "c6573119006014ff7bc0efb2da16ea35d302a1ec" |
85 | SRCREV_chromium = "140893bef70011645c686f5fabe45018dd2e392a" | 85 | SRCREV_chromium = "41a1a031cd69e187a9608359ffe56652dcaaa6c5" |
86 | SRCREV = "${SRCREV_qtwebengine}" | 86 | SRCREV = "${SRCREV_qtwebengine}" |
87 | 87 | ||
88 | SRCREV_FORMAT = "qtwebengine" | 88 | SRCREV_FORMAT = "qtwebengine" |