From 8733e062ac5e0268bc10dae5a71b70636d73d9c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Thu, 4 Dec 2025 18:35:12 +0100 Subject: [PATCH] main/postmarketos-test: drop depends="postmarketos-mkinitfs-hook-ci" It's actually the other way around Part-of: --- main/postmarketos-test/APKBUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/main/postmarketos-test/APKBUILD b/main/postmarketos-test/APKBUILD index 43ac309f5..8068295b5 100644 --- a/main/postmarketos-test/APKBUILD +++ b/main/postmarketos-test/APKBUILD @@ -28,8 +28,6 @@ _test() { # no install_if here, these tests are generic but should be enabled # on a per-device basis. Depend on the relevant test in your devices # pmtest subpackage - depends="postmarketos-mkinitfs-hook-ci" - _testname=${subpkgname#postmarketos-test-} # Install the test script for both initramfs and rootfs @@ -45,7 +43,6 @@ _test() { # Installs a "test" which just runs a shell on the console for debugging shell() { - depends="postmarketos-mkinitfs-hook-ci" mkdir -p "$subpkgdir"/usr/libexec/pmos-tests-initramfs echo -e "#!/bin/sh\n\nexec sh" > "$subpkgdir"/usr/libexec/pmos-tests-initramfs/99-sh chmod +x "$subpkgdir"/usr/libexec/pmos-tests-initramfs/99-sh