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:
parent
8756674afc
commit
b8866555b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue