[Home]

Summary:ASTERISK-10558: [patch] USB radio dependencies not properly passed to menuselect
Reporter:Sean Bright (seanbright)Labels:
Date Opened:2007-10-17 10:03:32Date Closed:2007-10-17 10:10:10
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) usbradio.alsa.patch
Description:Menuselect indicates that ALSA and USB are required for chan_usbradio to be built, but satisfying those dependencies does not allow chan_usbradio to be selected for build.  The menuselect-deps.in file does not include the ALSA=1 line to make this work.
Comments:By: Sean Bright (seanbright) 2007-10-17 10:04:50

The other option being changing the dependency in chan_usbradio from 'alsa' to 'asound.'

By: Digium Subversion (svnbot) 2007-10-17 10:10:10

Repository: asterisk
Revision: 86067

U   trunk/channels/chan_usbradio.c

------------------------------------------------------------------------
r86067 | file | 2007-10-17 10:10:09 -0500 (Wed, 17 Oct 2007) | 4 lines

Change dependency for chan_usbradio to asound. Let's keep everything uniform.
(closes issue ASTERISK-10558)
Reported by: seanbright

------------------------------------------------------------------------