diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-05 20:26:17 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-11-11 13:24:53 +0100 |
commit | 39110d2465b0c2bd156aa1288363bfdfee4291af (patch) | |
tree | 18baaa593ec499b6c32e529bb467bb4e5fe6137a /recipes-qt/qt5/qtwebengine_git.bb | |
parent | 5c68943cb72333df5e4da2cf96025c6a1a5394b8 (diff) | |
download | meta-qt5-39110d2465b0c2bd156aa1288363bfdfee4291af.tar.gz |
qtwebengine: bump SRCREV and re-add 0003-functions.prf-allow-build-for-linux-oe-g-platform.patch
* it's still needed, just somewhere else a bit
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.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 9d0d33d0..65e6d409 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb | |||
@@ -77,9 +77,10 @@ SRC_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 \ | ||
80 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ | 81 | file://0001-chromium-base.gypi-include-atomicops_internals_x86_g.patch \ |
81 | " | 82 | " |
82 | SRCREV_qtwebengine = "cfee452174c58fe4048b1604503d03de2764fc8e" | 83 | SRCREV_qtwebengine = "40ef43e0d69c4a86c9430b7f264d2cde6340ee0f" |
83 | SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f" | 84 | SRCREV_chromium = "ec5b3304fc266dfdec7666b8b73d57a3971ea35f" |
84 | SRCREV = "${SRCREV_qtwebengine}" | 85 | SRCREV = "${SRCREV_qtwebengine}" |
85 | 86 | ||