mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/gummiboot: fix circular dependency
fix circular dependency gummiboot -> gummiboot-efistub -> gummiboot fixes commit 0bc810b76c7c (main/gummiboot: split EFISTUB into gummiboot-efistub) ref https://gitlab.alpinelinux.org/alpine/aports/-/issues/13173
This commit is contained in:
parent
a9e36d97f5
commit
0be04d7926
@ -1,7 +1,7 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=gummiboot
|
||||
pkgver=48.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="Simple EFI Boot Manager"
|
||||
url="http://freedesktop.org/wiki/Software/gummiboot"
|
||||
arch="x86 x86_64 aarch64"
|
||||
@ -35,6 +35,7 @@ package() {
|
||||
|
||||
efistub() {
|
||||
pkgdesc="Linux UEFI stub from the gummiboot project"
|
||||
depends=
|
||||
amove usr/lib/gummiboot/*.efi.stub
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user