diff options
author | Laurent Bonnans <laurent.bonnans@here.com> | 2019-10-28 14:44:07 +0100 |
---|---|---|
committer | Laurent Bonnans <laurent.bonnans@here.com> | 2019-10-28 14:44:07 +0100 |
commit | 5e30954d154c29c2db375cd44b7870c0963eb471 (patch) | |
tree | 9dd420393d0d454a51d899f0a78844fd4314398a /recipes-sota | |
parent | 0b8a160f5f107d63a127946590f96dfbda61f166 (diff) | |
download | meta-updater-5e30954d154c29c2db375cd44b7870c0963eb471.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>
Diffstat (limited to 'recipes-sota')
-rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 4 |
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 | ||
80 | do_compile_ptest() { | ||
81 | cmake_runcmake_build --target build_tests "${PARALLEL_MAKE}" | ||
82 | } | ||
83 | |||
80 | do_install_ptest() { | 84 | do_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 |