diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-04-10 14:42:13 +0200 |
---|---|---|
committer | Patrick Vacek <patrickvacek@gmail.com> | 2019-04-29 09:59:13 +0200 |
commit | d9b96a6c3b4f8a8d010d5e19e6fa96a36464c390 (patch) | |
tree | 0349d6ae70bff894105aff6500ce703bb8055907 /recipes-sota/aktualizr | |
parent | ae54ed1e3956545b9822a972481a494d2309b9bc (diff) | |
download | meta-updater-d9b96a6c3b4f8a8d010d5e19e6fa96a36464c390.tar.gz |
Use PARALLEL_MAKE when building aktualizr-ptest
The trick to add it in do_compile from cmake.bbclass does not work with
do_compile_ptest_base
Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
Diffstat (limited to 'recipes-sota/aktualizr')
-rwxr-xr-x | recipes-sota/aktualizr/aktualizr_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 850816f..3094146 100755 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
@@ -73,7 +73,7 @@ RESOURCE_MEMORY_HIGH = "100M" | |||
73 | RESOURCE_MEMORY_MAX = "80%" | 73 | RESOURCE_MEMORY_MAX = "80%" |
74 | 74 | ||
75 | do_compile_ptest() { | 75 | do_compile_ptest() { |
76 | cmake_runcmake_build --target build_tests | 76 | cmake_runcmake_build --target build_tests "${PARALLEL_MAKE}" |
77 | } | 77 | } |
78 | 78 | ||
79 | do_install_ptest() { | 79 | do_install_ptest() { |