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-29 17:07:14 +0100 |
| commit | c1766d6b3e4d7aa514dca098f49aaee8e33e08de (patch) | |
| tree | 11b145a29e266242aa865a451455950649b4f5f6 | |
| parent | 2207fe9f85cbf998948a5645178cd673ac5647c2 (diff) | |
| download | meta-updater-feat/thud/2019.9-backport.tar.gz | |
Fix aktualizr-ptest breakagefeat/thud/2019.9-backport
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 cecd527..0427c3c 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 |
