mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-08 13:56:40 +02:00
main/alpine-base: depend on dev-openrc
Since we separated busybox-mdev-openrc from busybox-openrc, we need to add a dependency to the virtual device manager init script, so at least one device manager is always installed when alpine-base is installed. Also add options="!check" to APKBUILD to avoid the warning. Signed-off-by: Laurent Bercot <ska@appnovation.com>
This commit is contained in:
parent
7501172a31
commit
d1014c82b1
@ -7,13 +7,14 @@ pkgdesc="Meta package for minimal alpine base"
|
||||
url="https://alpinelinux.org"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="alpine-baselayout alpine-conf apk-tools busybox busybox-suid busybox-openrc
|
||||
openrc libc-utils alpine-keys"
|
||||
depends="alpine-baselayout alpine-conf apk-tools busybox busybox-suid busybox-openrc dev-openrc
|
||||
openrc libc-utils alpine-release"
|
||||
makedepends=""
|
||||
install=""
|
||||
subpackages="alpine-release:release"
|
||||
replaces="alpine-baselayout"
|
||||
source=""
|
||||
options="!check"
|
||||
|
||||
build() {
|
||||
return 0
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user