device-tokio-techbook: add missing u-boot-tools makedependendency
During build, only makedepends are installed so this is missing.
/usr/bin/abuild: line 21: mkimage: not found
>>> ERROR: device-tokio-techbook: build failed
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7442>
This commit is contained in:
parent
cb811af8b2
commit
98587c72b9
1 changed files with 2 additions and 2 deletions
|
|
@ -2,13 +2,13 @@
|
|||
pkgname=device-tokio-techbook
|
||||
pkgdesc="Tokio Techbook"
|
||||
pkgver=1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
url="https://postmarketos.org"
|
||||
license="MIT"
|
||||
arch="armv7"
|
||||
options="!check !archcheck"
|
||||
depends="postmarketos-base linux-tokio-techbook mkbootimg u-boot-tools"
|
||||
makedepends="devicepkg-dev"
|
||||
makedepends="devicepkg-dev u-boot-tools"
|
||||
|
||||
source="
|
||||
deviceinfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue