Commit 76cea25
committed
base: aktualizr: return to build dir to fix configure
Configure fails with OE-master 0fb6280432a36985590d9a714a5f11164aaebb51
as prepend does a cd to ${S} and doesn't go back to ${B}, resulting in:
| CMake Error at CMakeLists.txt:42 (message):
| Aktualizr does not support building in the source tree. Please remove
| CMakeCache.txt and the CMakeFiles/ directory, then create a subdirectory to
| build in: mkdir build; cd build; cmake ..
As we can't drop the prepend by the way we're handling aktualizr and
aktualizr-lite, add a step to go back to ${B} in order to get it to build
again.
Signed-off-by: Ricardo Salveti <[email protected]>1 parent ddf7b15 commit 76cea25
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments