summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bonnans <laurent.bonnans@here.com>2019-10-28 14:44:07 +0100
committerLaurent Bonnans <laurent.bonnans@here.com>2019-10-29 17:10:05 +0100
commit137a41871afdd1fdd6f730a4583f22551762c96d (patch)
tree4a7f03688b558692c0f6bedb4e0cc28038d5300b
parenta2aaf6a5abead03fdba0c14a33ef9403aea13d88 (diff)
downloadmeta-updater-137a41871afdd1fdd6f730a4583f22551762c96d.tar.gz
Fix aktualizr-ptest breakage
The compile step was removed by mistake in ec1ac0617b120813d6450dffe1aa8d4868e37332! Signed-off-by: Laurent Bonnans <laurent.bonnans@here.com>
-rw-r--r--recipes-sota/aktualizr/aktualizr_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb
index 4b64803..22cba07 100644
--- a/recipes-sota/aktualizr/aktualizr_git.bb
+++ b/recipes-sota/aktualizr/aktualizr_git.bb
@@ -77,6 +77,10 @@ do_configure_prepend() {
77 fi 77 fi
78} 78}
79 79
80do_compile_ptest() {
81 cmake_runcmake_build --target build_tests "${PARALLEL_MAKE}"
82}
83
80do_install_ptest() { 84do_install_ptest() {
81 # copy the complete source directory (contains build) 85 # copy the complete source directory (contains build)
82 cp -r ${B}/ ${D}/${PTEST_PATH}/build 86 cp -r ${B}/ ${D}/${PTEST_PATH}/build