summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-04-10 14:42:13 +0200
committerPatrick Vacek <patrickvacek@gmail.com>2019-04-29 09:59:07 +0200
commitd26bd8f754d7bf5f56e76848d54f4f0d3067f27c (patch)
treeab7511a976c5c4099fb8c8dfb42da9aefd18446e
parent5ade70bfbe394ad1f2aa273cdb34bcc22c0dbf90 (diff)
downloadmeta-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-xrecipes-sota/aktualizr/aktualizr_git.bb2
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"
73RESOURCE_MEMORY_MAX = "80%" 73RESOURCE_MEMORY_MAX = "80%"
74 74
75do_compile_ptest() { 75do_compile_ptest() {
76 cmake_runcmake_build --target build_tests 76 cmake_runcmake_build --target build_tests "${PARALLEL_MAKE}"
77} 77}
78 78
79do_install_ptest() { 79do_install_ptest() {