diff options
| author | Patti Vacek <pattivacek@gmail.com> | 2021-05-06 11:37:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-06 11:37:40 +0200 |
| commit | 05e0075ffe155c6177ac5402e8b05ec5e7cb556d (patch) | |
| tree | 84a3e6d37f936165c539be6e9c5fcc87abd18ad9 | |
| parent | e07c5478b9cabfba6cb94c8056ff124f2d1037c5 (diff) | |
| parent | 872d205f5a1fee757bc0a10765876a34866efb12 (diff) | |
| download | meta-updater-05e0075ffe155c6177ac5402e8b05ec5e7cb556d.tar.gz | |
Merge pull request #809 from shr-project/jansa/aktualizr
aktualizr: drop unnecessary do_configure_prepend
| -rw-r--r-- | recipes-sota/aktualizr/aktualizr_git.bb | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/recipes-sota/aktualizr/aktualizr_git.bb b/recipes-sota/aktualizr/aktualizr_git.bb index 111ba0a..ecfbd2b 100644 --- a/recipes-sota/aktualizr/aktualizr_git.bb +++ b/recipes-sota/aktualizr/aktualizr_git.bb | |||
| @@ -70,14 +70,6 @@ RESOURCE_CPU_WEIGHT = "100" | |||
| 70 | RESOURCE_MEMORY_HIGH = "100M" | 70 | RESOURCE_MEMORY_HIGH = "100M" |
| 71 | RESOURCE_MEMORY_MAX = "80%" | 71 | RESOURCE_MEMORY_MAX = "80%" |
| 72 | 72 | ||
| 73 | do_configure_prepend() { | ||
| 74 | # CMake has trouble finding yocto's git when cross-compiling, let's do this step manually | ||
| 75 | cd ${S} | ||
| 76 | if [ ! -f VERSION ]; then | ||
| 77 | ./scripts/get_version.sh > VERSION | ||
| 78 | fi | ||
| 79 | } | ||
| 80 | |||
| 81 | do_compile_ptest() { | 73 | do_compile_ptest() { |
| 82 | cmake_runcmake_build --target build_tests "${PARALLEL_MAKE}" | 74 | cmake_runcmake_build --target build_tests "${PARALLEL_MAKE}" |
| 83 | } | 75 | } |
