mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
task-base: add VIRTUAL-RUNTIME_alsa-state to task-base-alsa
Define this to be the alsa-state package by default. This enables automatic configuration setting and restoration on systems with alsa. (From OE-Core rev: a70cc15b4b053ff01229010e55b37ed4487b8f3a) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
432c6cff0f
commit
b6b909abd8
@@ -16,6 +16,7 @@ PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel"
|
||||
#
|
||||
VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth"
|
||||
VIRTUAL-RUNTIME_apm ?= "apm"
|
||||
VIRTUAL-RUNTIME-alsa-state ?= "alsa-state"
|
||||
|
||||
#
|
||||
# Default recipe providers
|
||||
|
||||
@@ -2,7 +2,7 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/p
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
PR = "r72"
|
||||
PR = "r73"
|
||||
|
||||
inherit task
|
||||
|
||||
@@ -180,7 +180,8 @@ RRECOMMENDS_task-base-vfat = "\
|
||||
|
||||
RDEPENDS_task-base-alsa = "\
|
||||
alsa-utils-alsactl \
|
||||
alsa-utils-alsamixer"
|
||||
alsa-utils-alsamixer \
|
||||
${VIRTUAL-RUNTIME-alsa-state}"
|
||||
|
||||
RRECOMMENDS_task-base-alsa = "\
|
||||
kernel-module-snd-mixer-oss \
|
||||
|
||||
Reference in New Issue
Block a user