All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/7] alsa-utils: make /var/lib/alsa directory in target
@ 2011-04-20 17:41 Gustavo Zacarias
  2011-04-20 17:41 ` [Buildroot] [PATCH 2/7] iproute2: bump to version 2.6.38 Gustavo Zacarias
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Gustavo Zacarias @ 2011-04-20 17:41 UTC (permalink / raw)
  To: buildroot

alsactl needs /var/lib/alsa to store asound.state when saving mixer
settings so make it in the target.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/multimedia/alsa-utils/alsa-utils.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/multimedia/alsa-utils/alsa-utils.mk b/package/multimedia/alsa-utils/alsa-utils.mk
index d5c34d3..f395420 100644
--- a/package/multimedia/alsa-utils/alsa-utils.mk
+++ b/package/multimedia/alsa-utils/alsa-utils.mk
@@ -36,6 +36,7 @@ ALSA_UTILS_TARGETS_$(BR2_PACKAGE_ALSA_UTILS_ASEQNET) += usr/bin/aseqnet
 ALSA_UTILS_TARGETS_$(BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST) += usr/bin/speaker-test
 
 define ALSA_UTILS_INSTALL_TARGET_CMDS
+	mkdir -p $(TARGET_DIR)/var/lib/alsa
 	for i in $(ALSA_UTILS_TARGETS_y); do \
 		install -D -m 755 $(STAGING_DIR)/$$i $(TARGET_DIR)/$$i; \
 	done
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2011-05-03 19:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-20 17:41 [Buildroot] [PATCH 1/7] alsa-utils: make /var/lib/alsa directory in target Gustavo Zacarias
2011-04-20 17:41 ` [Buildroot] [PATCH 2/7] iproute2: bump to version 2.6.38 Gustavo Zacarias
2011-04-21  5:41   ` Peter Korsgaard
2011-04-20 17:41 ` [Buildroot] [PATCH 3/7] haserl: bump dev version to 0.9.28 Gustavo Zacarias
2011-04-24 20:59   ` Peter Korsgaard
2011-04-20 17:41 ` [Buildroot] [PATCH 4/7] libcap: bump to version 2.20 Gustavo Zacarias
2011-04-21 21:19   ` Peter Korsgaard
2011-04-20 17:41 ` [Buildroot] [PATCH 5/7] readline: bump to version 6.2pl1 Gustavo Zacarias
2011-04-21 21:21   ` Peter Korsgaard
2011-04-20 17:41 ` [Buildroot] [PATCH 6/7] ncurses: roll back to version 5.7 Gustavo Zacarias
2011-04-24 20:54   ` Peter Korsgaard
2011-04-20 17:41 ` [Buildroot] [PATCH 7/7] toolchain: bump 2.6.35 kernel headers to 2.6.35.12 Gustavo Zacarias
2011-04-21  9:56   ` Peter Korsgaard
2011-05-03 19:49 ` [Buildroot] [PATCH 1/7] alsa-utils: make /var/lib/alsa directory in target Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.