From 98587c72b999113fe11423ca87ff10d0cd03bed0 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Sat, 29 Nov 2025 00:29:14 +0900 Subject: [PATCH] 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: --- device/testing/device-tokio-techbook/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/device/testing/device-tokio-techbook/APKBUILD b/device/testing/device-tokio-techbook/APKBUILD index 6c72f26fd..27cf23488 100644 --- a/device/testing/device-tokio-techbook/APKBUILD +++ b/device/testing/device-tokio-techbook/APKBUILD @@ -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