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:
Oliver Smith 2026-03-30 16:24:38 +02:00 committed by The Friendly Meow (merge) Bot
parent 71c5137654
commit cb6f7f0ef1
No known key found for this signature in database

View file

@ -17,7 +17,7 @@ depends="
"
makedepends="
devicepkg-dev
clang
gcc
dtc
linux-rpi-dev
"