From f108145d26bc9a5d9b3164137117df8b84f65a98 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 24 Mar 2017 12:27:37 +0200 Subject: qtwebengine: make WORKDIR shorter Ninja may fail when the build directory is too long: ninja: error: WriteFile(__third_party_WebKit_Source_bindings_modules_\ interfaces_info_individual_modules__home_qt_work_build_build-nitrogen\ 6x_tmp_work_cortexa9hf-neon-mx6qdl-poky-linux-gnueabi_qtwebengine_5.9\ .0_gitAUTOINC_29afdb0a34_049134677a-r0_build_src_toolchain_target__ru\ le.rsp): Unable to create file. File name too long Change-Id: Ib5c1a357328dbae6312f6e9b0a40bbaaa2d27dea Reviewed-by: Mikko Gronoff Reviewed-by: Samuli Piippo --- recipes-qt/qt5/qtwebengine_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'recipes-qt/qt5/qtwebengine_git.bb') diff --git a/recipes-qt/qt5/qtwebengine_git.bb b/recipes-qt/qt5/qtwebengine_git.bb index 78a78f8b..13777517 100644 --- a/recipes-qt/qt5/qtwebengine_git.bb +++ b/recipes-qt/qt5/qtwebengine_git.bb @@ -122,3 +122,6 @@ SRCREV_FORMAT = "qtwebengine_chromium" # 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] INSANE_SKIP_${PN} += "textrel" + +# Ninja may fail when path is too long, try to make it a bit shorter +WORKDIR = "${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}/${PN}/${QT_MODULE_BRANCH}" -- cgit v1.2.3-54-g00ecf