main/postmarketos-base: depend on udev
Replaces the eudev dependency with the udev virtual package. The explicit eudev dependency is added to the openrc package to ensure that no other udev provider gets installed instead. Signed-off-by: Aster Boese <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8957>
This commit is contained in:
parent
a99480e392
commit
1c265f2535
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
|
||||
maintainer="Clayton Craft <clayton@craftyguy.net>"
|
||||
pkgname=postmarketos-base
|
||||
pkgver=64
|
||||
pkgver=65
|
||||
pkgrel=0
|
||||
pkgdesc="Meta package for minimal postmarketOS base"
|
||||
url="https://postmarketos.org"
|
||||
|
|
@ -13,7 +13,6 @@ license="GPL-3.0-or-later"
|
|||
depends="
|
||||
busybox
|
||||
devicepkg-utils>=0.2.0
|
||||
eudev
|
||||
merge-usr
|
||||
mount
|
||||
musl-utils
|
||||
|
|
@ -22,6 +21,7 @@ depends="
|
|||
postmarketos-ramdisk
|
||||
postmarketos-zram
|
||||
sudo-virt
|
||||
udev
|
||||
umount
|
||||
util-linux-login
|
||||
"
|
||||
|
|
@ -254,6 +254,7 @@ openrc() {
|
|||
alpine-conf
|
||||
busybox-mdev-openrc
|
||||
busybox-openrc
|
||||
eudev
|
||||
eudev-openrc
|
||||
logbookd
|
||||
logbookd-openrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue