diff options
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 | ||