device-odroid-hc2: add u-boot-tools to makedepends

Since we don't install depends for building anymore, u-boot-tools which provides
mkimage did not get installed for CI builds. Add it to makedepends.

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6342
This commit is contained in:
knuxify 2025-03-22 13:49:34 +01:00 committed by Oliver Smith
parent 8756674afc
commit b8866555b2
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -14,7 +14,7 @@ depends="linux-edge
u-boot-odroid
u-boot-tools
"
makedepends="devicepkg-dev"
makedepends="devicepkg-dev u-boot-tools"
subpackages="$pkgname-nonfree-firmware:nonfree_firmware $pkgname-tools"
_commit="42ac93dcfbbb8a08c2bdc02e19f96eb35a81891a"
source="deviceinfo modules-initfs uboot-script.cmd install-rootfs-hdd.sh"