summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtwebengine_git.bb
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2017-04-20 09:44:13 +0300
committerSamuli Piippo <samuli.piippo@qt.io>2017-04-24 05:50:42 +0000
commit881ef630a78a8e3279df5d093cc853b6aa37137e (patch)
tree5a9509eb27a5536dee3a02f4c6aa661ab834bf92 /recipes-qt/qt5/qtwebengine_git.bb
parent34b9d9fa2750bce915991828e707d8cf595da289 (diff)
downloadmeta-qt5-881ef630a78a8e3279df5d093cc853b6aa37137e.tar.gz
qtwebengine: better workaround for too long build directory
Task-number: QTBUG-59769 Change-Id: I727f560ca1b7c7aeeee7ae3128785a2e8cb55e4a Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'recipes-qt/qt5/qtwebengine_git.bb')
-rw-r--r--recipes-qt/qt5/qtwebengine_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb
index e4802ec3..425aeec6 100644
--- a/recipes-qt/qt5/qtwebengine_git.bb
+++ b/recipes-qt/qt5/qtwebengine_git.bb
@@ -108,6 +108,7 @@ QT_MODULE_BRANCH_CHROMIUM = "56-based"
108SRC_URI += " \ 108SRC_URI += " \
109 ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \ 109 ${QT_GIT}/qtwebengine-chromium.git;name=chromium;branch=${QT_MODULE_BRANCH_CHROMIUM};protocol=${QT_GIT_PROTOCOL};destsuffix=git/src/3rdparty \
110 file://0001-Force-host-toolchain-configuration.patch \ 110 file://0001-Force-host-toolchain-configuration.patch \
111 file://0001-chromium-workaround-for-too-long-.rps-file-name.patch \
111 file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \ 112 file://0002-chromium-Change-false-to-FALSE-and-1-to-TRUE-FIX-qtw.patch \
112" 113"
113 114
@@ -119,6 +120,3 @@ SRCREV_FORMAT = "qtwebengine_chromium"
119 120
120# WARNING: qtwebengine-5.5.99+5.6.0-rc+gitAUTOINC+3f02c25de4_779a2388fc-r0 do_package_qa: QA Issue: ELF binary '/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtwebengine/5.5.99+5.6.0-rc+gitAUTOINC+3f02c25de4_779a2388fc-r0/packages-split/qtwebengine/usr/lib/libQt5WebEngineCore.so.5.6.0' has relocations in .text [textrel] 121# WARNING: qtwebengine-5.5.99+5.6.0-rc+gitAUTOINC+3f02c25de4_779a2388fc-r0 do_package_qa: QA Issue: ELF binary '/OE/build/oe-core/tmp-glibc/work/i586-oe-linux/qtwebengine/5.5.99+5.6.0-rc+gitAUTOINC+3f02c25de4_779a2388fc-r0/packages-split/qtwebengine/usr/lib/libQt5WebEngineCore.so.5.6.0' has relocations in .text [textrel]
121INSANE_SKIP_${PN} += "textrel" 122INSANE_SKIP_${PN} += "textrel"
122
123# Ninja may fail when path is too long, try to make it a bit shorter
124WORKDIR = "${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}/${PN}/${QT_MODULE_BRANCH}"