mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
task-base: rename VIRTUAL-RUNTIME-alsa-state to use underscore
* in http://lists.linuxtogo.org/pipermail/openembedded-core/2012-January/016226.html we talked about VIRTUAL-RUNTIME_alsa-state, but VIRTUAL-RUNTIME-alsa-state was used instead, which is inconsistent with other VIRTUAL-RUNTIME vars (From OE-Core rev: d5b892467023d77d219ae05170c875f7b423aa78) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dac8259131
commit
adb3ed29db
@@ -16,7 +16,7 @@ PREFERRED_PROVIDER_xf86-video-intel ?= "xf86-video-intel"
|
|||||||
#
|
#
|
||||||
VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth"
|
VIRTUAL-RUNTIME_update-alternatives ?= "update-alternatives-cworth"
|
||||||
VIRTUAL-RUNTIME_apm ?= "apm"
|
VIRTUAL-RUNTIME_apm ?= "apm"
|
||||||
VIRTUAL-RUNTIME-alsa-state ?= "alsa-state"
|
VIRTUAL-RUNTIME_alsa-state ?= "alsa-state"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Default recipe providers
|
# Default recipe providers
|
||||||
|
|||||||
@@ -181,7 +181,7 @@ RRECOMMENDS_task-base-vfat = "\
|
|||||||
RDEPENDS_task-base-alsa = "\
|
RDEPENDS_task-base-alsa = "\
|
||||||
alsa-utils-alsactl \
|
alsa-utils-alsactl \
|
||||||
alsa-utils-alsamixer \
|
alsa-utils-alsamixer \
|
||||||
${VIRTUAL-RUNTIME-alsa-state}"
|
${VIRTUAL-RUNTIME_alsa-state}"
|
||||||
|
|
||||||
RRECOMMENDS_task-base-alsa = "\
|
RRECOMMENDS_task-base-alsa = "\
|
||||||
kernel-module-snd-mixer-oss \
|
kernel-module-snd-mixer-oss \
|
||||||
|
|||||||
Reference in New Issue
Block a user