summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-10-19 15:26:34 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-11 13:24:53 +0100
commit178a817e6f4604e0f4b24a416d5e83b428cbabe7 (patch)
tree52cbe707471b8ca0002d315c9b970e994854b498 /recipes-qt/qt5/qtwebengine_git.bb
parentf39bc18eae46e0df30580f0e5992d069f9c881be (diff)
downloadmeta-qt5-178a817e6f4604e0f4b24a416d5e83b428cbabe7.tar.gz
qt5: upgrade to latest revision in 5.6 branch (5.6.0-alpha1+)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index abbca581..9d0d33d0 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -71,19 +71,16 @@ RDEPENDS_${PN}-examples += " \
71 qtdeclarative-qmlplugins \ 71 qtdeclarative-qmlplugins \
72" 72"
73 73
74QT_MODULE_BRANCH_CHROMIUM = "40.0.2214-based" 74QT_MODULE_BRANCH_CHROMIUM = "45-based"
75 75
76SRC_URI += " \ 76SRC_URI += " \
77 ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \ 77 ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};destsuffix=git/src/3rdparty \
78 file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \ 78 file://0001-functions.prf-Don-t-match-QMAKE_EXT_CPP-or-QMAKE_EXT.patch \
79 file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \ 79 file://0002-functions.prf-Make-sure-we-only-use-the-file-name-to.patch \
80 file://0003-functions.prf-allow-build-for-linux-oe-g-platform.patch \
81 file://0004-Generate-usable-qmake_extras.gypi.patch \
82 file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ 80 file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \
83 file://0002-chromium-third_party-boringssl-Demand-for-newer-POSI.patch \
84" 81"
85SRCREV_qtwebengine = "ce095e94b686196629244073990530441b9b5f4f" 82SRCREV_qtwebengine = "cfee452174c58fe4048b1604503d03de2764fc8e"
86SRCREV_chromium = "146ebe26dce3289eb440bed7d5d0a7988ff5f5c9" 83SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f"
87SRCREV = "${SRCREV_qtwebengine}" 84SRCREV = "${SRCREV_qtwebengine}"
88 85
89SRCREV_FORMAT = "qtwebengine_chromium" 86SRCREV_FORMAT = "qtwebengine_chromium"