device-clockworkpi-uconsole-rpi: depend on gcc
Fix that building this package fails with: ccache: error: Could not find compiler "aarch64-alpine-linux-musl-gcc" in PATH dtc tries to call gcc, so we must add it to the makedepends. It doesn't seem possible to use clang instead with dtc, and even if, let's get the package building with GCC first to unblock the queue in BPO and then look into doing that. This has probably worked in the past because pmbootstrap used to pre-install more dependencies in the past during builds and this package hasn't been built in a long time. [ci:skip-vercheck]: code wasn't changed, just fixing the build Signed-off-by: Oliver Smith <ollieparanoid@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8241>
This commit is contained in:
parent
71c5137654
commit
cb6f7f0ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ depends="
|
|||
"
|
||||
makedepends="
|
||||
devicepkg-dev
|
||||
clang
|
||||
gcc
|
||||
dtc
|
||||
linux-rpi-dev
|
||||
"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue