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-28 14:44:07 +0100
commit5e30954d154c29c2db375cd44b7870c0963eb471 (patch)
tree9dd420393d0d454a51d899f0a78844fd4314398a
parent0b8a160f5f107d63a127946590f96dfbda61f166 (diff)
downloadmeta-updater-fix/ptest-reenable.tar.gz
Fix aktualizr-ptest breakagefix/ptest-reenable
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