summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index dd93d1f0..360a1c8d 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -1,11 +1,6 @@
1require qt5-git.inc 1require qt5-git.inc
2require ${PN}.inc 2require ${PN}.inc
3 3
4# QtWebEngine has it's own version format currently and doesn't follow the major Qt
5# versions (but it's release are at the same time as of major Qt releases). We're tracking
6# the master branch which will lead to 1.0 when Qt 5.4 is released here.
7PV = "0.9.99+git${SRCPV}"
8
9QT_MODULE_BRANCH = "1.0" 4QT_MODULE_BRANCH = "1.0"
10QT_MODULE_BRANCH_CHROMIUM = "33.0.1750.170-based" 5QT_MODULE_BRANCH_CHROMIUM = "33.0.1750.170-based"
11 6
@@ -22,7 +17,7 @@ SRC_URI = " \
22 file://0002-chromium-Strip-unwanted-echo-compiling-prefix-from-C.patch \ 17 file://0002-chromium-Strip-unwanted-echo-compiling-prefix-from-C.patch \
23 file://0003-chromium-base.gypi-include-atomicops_internals_x86_gcc.cc-whe.patch \ 18 file://0003-chromium-base.gypi-include-atomicops_internals_x86_gcc.cc-whe.patch \
24" 19"
25SRCREV_qtwebengine = "21f6ce84ecca9a4ff2aa980b21d2e5174c78d14b" 20SRCREV_qtwebengine = "4ffc07ddb8739da9e94a2b23b03c63fd7b74c09a"
26SRCREV_chromium = "1f3cc8c2618979b557d60ef1ad984a49dca83bff" 21SRCREV_chromium = "1f3cc8c2618979b557d60ef1ad984a49dca83bff"
27 22
28SRCREV_FORMAT = "qtwebengine" 23SRCREV_FORMAT = "qtwebengine"