summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-04-10 14:42:13 +0200
committerLaurent Bonnans <laurent.bonnans@here.com>2019-04-10 14:42:13 +0200
commit0fc4b230a30da1cb16dac2fb66eb132159a4598b (patch)
treec86812f524913b10cb97f4329d1e8e6c00ae2d70
parentf501bb9ec8a57bc0f223c6e132041666c96e74f3 (diff)
downloadmeta-updater-0fc4b230a30da1cb16dac2fb66eb132159a4598b.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 9053462..89ce052 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() {