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 15:45:33 +0100 |
| commit | eb013d282c50618ce44a12c896f7d4862cd2d592 (patch) | |
| tree | bb06174794c5e7abdcd3301d46aac2425cfe8506 | |
| parent | 89aa1f9f8a867e084092257c3a7ca345de943b25 (diff) | |
| download | meta-updater-eb013d282c50618ce44a12c896f7d4862cd2d592.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.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 |
