From: Leon Woestenberg Date: Sat, 6 Jan 2007 18:51:46 +0000 (+0000) Subject: alsa-utils: Fixed typo's in recipe: speakertest vs. speaker-test. X-Git-Tag: Release-2010-05/1~9445 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251cfde50ccdbb5a9de20c068f403504316c6dc3;p=openembedded.git alsa-utils: Fixed typo's in recipe: speakertest vs. speaker-test. --- diff --git a/packages/alsa/alsa-utils_1.0.13.bb b/packages/alsa/alsa-utils_1.0.13.bb index 7c9ca42830..93054a3ab6 100644 --- a/packages/alsa/alsa-utils_1.0.13.bb +++ b/packages/alsa/alsa-utils_1.0.13.bb @@ -41,7 +41,7 @@ FILES_alsa-utils-alsactl = "${sbindir}/alsactl" DESCRIPTION_alsa-utils-aplay = "play (and record) sound files via ALSA" DESCRIPTION_alsa-utils-amixer = "command-line based control for ALSA mixer and settings" DESCRIPTION_alsa-utils-alsamixer = "ncurses based control for ALSA mixer and settings" -DESCRIPTION_alsa-utils-speaker-test = "speaker test tone generator for ALSA" +DESCRIPTION_alsa-utils-speakertest = "speaker test tone generator for ALSA" DESCRIPTION_alsa-utils-midi = "miscalleanous MIDI utilities for ALSA" DESCRIPTION_alsa-utils-aconnect = "ALSA sequencer connection manager" DESCRIPTION_alsa-utils-aseqnet = "network client/server on ALSA sequencer" @@ -51,6 +51,6 @@ DESCRIPTION_alsa-utils-alsaconf = "a bash script that creates ALSA configura RDEPENDS_alsa-utils-aplay += "alsa-conf" RDEPENDS_alsa-utils-amixer += "alsa-conf" RDEPENDS_alsa-utils-alsamixer += "alsa-conf" -RDEPENDS_alsa-utils-speaker-test += "alsa-conf" +RDEPENDS_alsa-utils-speakertest += "alsa-conf" ALLOW_EMPTY_alsa-utils = "1"