From b8866555b2cdb4ee5cd9cfdd657e41cac34d2d40 Mon Sep 17 00:00:00 2001 From: knuxify Date: Sat, 22 Mar 2025 13:49:34 +0100 Subject: [PATCH] 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 --- device/testing/device-odroid-hc2/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/testing/device-odroid-hc2/APKBUILD b/device/testing/device-odroid-hc2/APKBUILD index 1b0842376..3cd1983d5 100644 --- a/device/testing/device-odroid-hc2/APKBUILD +++ b/device/testing/device-odroid-hc2/APKBUILD @@ -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"