mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
packagegroup-base: use amixer instead of alsamixer
Including alsamixer, which is an ncurses based interactive program, does not seem to make sense as a base package in embedded systems, replace it by the command line mixer utility amixer instead; it is scriptable and has no ncurses dependencies. (From OE-Core rev: 5e80b093a893600ed402701251fe0bdc9c10bb45) Signed-off-by: Diego Santa Cruz <Diego.SantaCruz@spinetix.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a334cbb12d
commit
360d367136
@@ -173,7 +173,7 @@ RRECOMMENDS_packagegroup-base-vfat = "\
|
||||
SUMMARY_packagegroup-base-alsa = "ALSA sound support"
|
||||
RDEPENDS_packagegroup-base-alsa = "\
|
||||
alsa-utils-alsactl \
|
||||
alsa-utils-alsamixer \
|
||||
alsa-utils-amixer \
|
||||
${VIRTUAL-RUNTIME_alsa-state}"
|
||||
|
||||
RRECOMMENDS_packagegroup-base-alsa = "\
|
||||
|
||||
Reference in New Issue
Block a user