Bug 1573

Summary: Alsa-utils alsactl/init/* not installed to target
Product: buildroot Reporter: Nick Leverton <nick>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot, nick
Priority: P5    
Version: 2010.02   
Target Milestone: ---   
Hardware: Other   
OS: Linux   
Host: Target:
Build:

Description Nick Leverton 2010-04-15 12:52:34 UTC
When building alsa-utils 1.0.22 on BR 2010.02, the contents of ./alsactl/init are copied to the staging dir, but not to the target.  This means that alsactl on the target may not run correctly.  The following error message will be seen on the device console during boot:

Restoring mixer state: /usr/sbin/alsactl: parse:1655: Unable to open file '/usr/share/alsa/init/00main': No such file or directory

I think the target might be where these run-time scripts should go anyway, rather than the staging dir ?
Comment 1 Peter Korsgaard 2010-04-26 20:59:13 UTC
Fixed in git (5ad267247) - Thanks.