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:
Laurent Bercot 2022-08-18 10:48:26 +02:00 committed by Ariadne Conill
parent 7501172a31
commit d1014c82b1

View File

@ -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