From 85eb1a71ae01cbe19642ab8116f43c53e20ce8b4 Mon Sep 17 00:00:00 2001 From: Sertonix Date: Wed, 11 Sep 2024 15:40:26 +0200 Subject: [PATCH] testing/stubbyboot: add efistub provider --- testing/stubbyboot/APKBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testing/stubbyboot/APKBUILD b/testing/stubbyboot/APKBUILD index d92489b9fcf..f0799b5258e 100644 --- a/testing/stubbyboot/APKBUILD +++ b/testing/stubbyboot/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=stubbyboot pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="simple UEFI stub" url="https://github.com/puzzleos/stubby" arch="x86 x86_64 aarch64" @@ -48,6 +48,8 @@ check() { efistub() { pkgdesc="Linux UEFI stub from the stubby bootloader project" depends= + provides="efistub" + provider_priority=10 # lower than gummiboot amove usr/lib/$pkgname }