diff options
author | Diego Santa Cruz <Diego.SantaCruz@spinetix.com> | 2021-02-25 21:23:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-26 15:21:21 +0000 |
commit | 360d367136853c1c554f197512d4ee0e8e7ae3e8 (patch) | |
tree | 796d3f735ae2e3b92c0d6893654aa53c47ef9910 | |
parent | a334cbb12d405621e38b1bce011ec45a311b9baa (diff) | |
download | poky-360d367136853c1c554f197512d4ee0e8e7ae3e8.tar.gz |
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>
-rw-r--r-- | meta/recipes-core/packagegroups/packagegroup-base.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 90b79adfdc..6c8c978253 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb | |||
@@ -173,7 +173,7 @@ RRECOMMENDS_packagegroup-base-vfat = "\ | |||
173 | SUMMARY_packagegroup-base-alsa = "ALSA sound support" | 173 | SUMMARY_packagegroup-base-alsa = "ALSA sound support" |
174 | RDEPENDS_packagegroup-base-alsa = "\ | 174 | RDEPENDS_packagegroup-base-alsa = "\ |
175 | alsa-utils-alsactl \ | 175 | alsa-utils-alsactl \ |
176 | alsa-utils-alsamixer \ | 176 | alsa-utils-amixer \ |
177 | ${VIRTUAL-RUNTIME_alsa-state}" | 177 | ${VIRTUAL-RUNTIME_alsa-state}" |
178 | 178 | ||
179 | RRECOMMENDS_packagegroup-base-alsa = "\ | 179 | RRECOMMENDS_packagegroup-base-alsa = "\ |