diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-03-29 23:05:53 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-03-30 07:29:58 +0000 |
commit | e7d4b6225809645a498cafe2d6ef137baf600327 (patch) | |
tree | 63447ebdb12c6129ee9a988fa92d2c2b6fa5bfce /meta-ivi-common | |
parent | 720729e762d6b19f29286b3e534c550adf1405f4 (diff) |
Fix parallel build issue in wayland-ivi-extension
The build might fail on a linker issue.
Change-Id: If0e0895f5a4ee9f64c20c3367df021225f1510bf
Bug-AGL: SPEC-508
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-ivi-common')
-rwxr-xr-x | meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend index d1a6bb18b..6e0789f26 100755 --- a/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend +++ b/meta-ivi-common/recipes-graphics/wayland/wayland-ivi-extension_1.11.0.bbappend @@ -6,3 +6,7 @@ SRC_URI_append = " \ " SRC_URI_append_wandboard = "file://wandboard_fix_build.patch" + + +# workaround paralellism issue: +PARALLEL_MAKE = ""
\ No newline at end of file |