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:07 +0200 |
| commit | d26bd8f754d7bf5f56e76848d54f4f0d3067f27c (patch) | |
| tree | ab7511a976c5c4099fb8c8dfb42da9aefd18446e | |
| parent | 5ade70bfbe394ad1f2aa273cdb34bcc22c0dbf90 (diff) | |
| download | meta-updater-d26bd8f754d7bf5f56e76848d54f4f0d3067f27c.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>
| -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 e844893..675e9d4 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() { |
