user/u-boot-rm: depend on u-boot-rm

This commit is contained in:
Antoine Martin 2023-04-23 19:23:23 -04:00 committed by Antoine Martin
parent d27e229568
commit d3b6818eb8

View file

@ -5,7 +5,7 @@ pkgname=u-boot-rm
pkgver=2020.09
_rm1tag=97b35fdddf0077abd2e0f0409b94ef20adbe8565
_rm2tag=47c91918aa7724c16b6eaf87cf5dfbf4548eafc1
pkgrel=0
pkgrel=1
pkgdesc="u-boot bootloader common files"
url="https://www.denx.de/wiki/U-Boot/"
@ -97,7 +97,7 @@ _all() {
_split_boards() {
cd "$builddir"/build
pkgdesc="u-boot for $1"
depends="u-boot"
depends="u-boot-rm"
shift
local board
for board; do