Bug 1573 - Alsa-utils alsactl/init/* not installed to target
Summary: Alsa-utils alsactl/init/* not installed to target
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2010.02
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-15 12:52 UTC by Nick Leverton
Modified: 2010-04-26 20:59 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.