mirror of
https://git.yoctoproject.org/poky
synced 2026-09-11 21:49:33 +02: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
@@ -181,7 +181,7 @@ RRECOMMENDS_task-base-vfat = "\
|
||||
RDEPENDS_task-base-alsa = "\
|
||||
alsa-utils-alsactl \
|
||||
alsa-utils-alsamixer \
|
||||
${VIRTUAL-RUNTIME-alsa-state}"
|
||||
${VIRTUAL-RUNTIME_alsa-state}"
|
||||
|
||||
RRECOMMENDS_task-base-alsa = "\
|
||||
kernel-module-snd-mixer-oss \
|
||||
|
||||
Reference in New Issue
Block a user