device-qemu-aarch64: use postmarketos-test-unl0kr for pmtest

This is device-agnostic, and allows to not depend on a package that
might end up in alpine in the future

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7553>
This commit is contained in:
Pablo Correa Gómez 2025-12-04 18:53:27 +01:00 committed by The Friendly Merge Bot
parent 78700ba2c9
commit 52e3daf0d3
No known key found for this signature in database

View file

@ -3,7 +3,7 @@
# Co-Maintainer: Oliver Smith <ollieparanoid@postmarketos.org>
pkgname=device-qemu-aarch64
pkgver=13
pkgrel=0
pkgrel=1
pkgdesc="Simulated device in QEMU (aarch64)"
url="https://postmarketos.org"
arch="aarch64"
@ -76,7 +76,7 @@ kernel_stable() {
pmtest() {
install_if="$pkgname=$pkgver-r$pkgrel postmarketos-mkinitfs-hook-ci"
depends="unl0kr"
depends="postmarketos-test-unl0kr"
mkdir -p "$subpkgdir"
}