mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christoph Fritz <chf.fritz@googlemail.com>
To: j.beisert@pengutronix.de, Michael Olbrich <m.olbrich@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] alsa-utils: add /usr/share/alsa/ dir
Date: Wed, 19 Sep 2012 11:10:36 +0200	[thread overview]
Message-ID: <1348045836.3605.4.camel@mars> (raw)

This patch fixes error:

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

Same error as:
https://bugs.busybox.net/show_bug.cgi?id=1573
http://git.buildroot.net/buildroot/commit/?id=5ad2672470109ddea4c467a67b0d

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
 rules/alsa-utils.make |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/rules/alsa-utils.make b/rules/alsa-utils.make
index e62e3be..3b8ca14 100644
--- a/rules/alsa-utils.make
+++ b/rules/alsa-utils.make
@@ -97,6 +97,8 @@ $(STATEDIR)/alsa-utils.targetinstall:
 	@$(call install_copy, alsa-utils, 0, 0, 0755, -, /usr/bin/aseqdump)
 	@$(call install_copy, alsa-utils, 0, 0, 0755, -, /usr/bin/aseqnet)
 
+	@$(call install_tree, alsa-utils, 0, 0, -, /usr/share/alsa/)
+
 ifdef PTXCONF_ALSA_UTILS_ALSAMIXER
 	@$(call install_copy, alsa-utils, 0, 0, 0755, -, /usr/bin/alsamixer)
 endif
-- 
1.7.2.5




-- 
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2012-09-19  9:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-19  9:10 Christoph Fritz [this message]
2012-09-19  9:43 ` Juergen Beisert
2012-09-19 10:47 ` Jan Weitzel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1348045836.3605.4.camel@mars \
    --to=chf.fritz@googlemail.com \
    --cc=j.beisert@pengutronix.de \
    --cc=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox