[Buildroot] svn commit: trunk/buildroot/package/multimedia/alsa-utils

Peter Korsgaard jacmet at uclibc.org
Wed Mar 4 13:34:19 UTC 2009


>>>>> "Hans-Christian" == Hans-Christian Egtvedt <hans-christian.egtvedt at atmel.com> writes:

Hi,

 >> config BR2_PACKAGE_ALSA_UTILS_APLAY
 >> bool "aplay"
 >> -	select BR2_LARGEFILE
 >> +	depends on BR2_LARGEFILE
 >> depends on BR2_PACKAGE_ALSA_UTILS
 >> +comment "aplay requires a toolchain with LARGEFILE support"
 >> +	depends on !BR2_LARGEFILE
 >> +
 >> config BR2_PACKAGE_ALSA_UTILS_ARECORD
 >> bool "arecord"
 >> depends on BR2_PACKAGE_ALSA_UTILS
 >> 

 Hans-Christian> I guess this also depends on LARGEFILE, arecord is
 Hans-Christian> just a symlink to aplay.

Ok, but why do we have the config option if it's just a symlink?

.. checking the .mk - Ahh, we always build everything and the config
options is just to decide what gets copied to the target, so I guess
alsa-utils is broken on !BR2_LARGEFILE or the depends was wrong to
begin with.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list