[Armadeus-commitlog] armadeus branch, master, updated. release-3.4-177-g3fc9be6
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2011-06-15 09:55:38
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 3fc9be66df5bc01ab162b2a2ab9b16e75524c196 (commit)
from 63748f87b60a24b4453bcba8c859c5485fc2643a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3fc9be66df5bc01ab162b2a2ab9b16e75524c196
Author: Julien Boibessot <jul...@ar...>
Date: Wed Jun 15 11:54:44 2011 +0200
[BUILDROOT] Fixes alsa-utils installation failure on some Hosts
-----------------------------------------------------------------------
Summary of changes:
...fix_installation_bug_on_some_host_systems.patch | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2010.11/150-alsa-utils-fix_installation_bug_on_some_host_systems.patch
diff --git a/patches/buildroot/2010.11/150-alsa-utils-fix_installation_bug_on_some_host_systems.patch b/patches/buildroot/2010.11/150-alsa-utils-fix_installation_bug_on_some_host_systems.patch
new file mode 100644
index 0000000..0b2badf
--- /dev/null
+++ b/patches/buildroot/2010.11/150-alsa-utils-fix_installation_bug_on_some_host_systems.patch
@@ -0,0 +1,19 @@
+Depending on "cp" version, alsa-utils install may fail with:
+ "$(TARGET_DIR)/usr/share/alsa/ directory doesn't exist"
+This patch fixes it.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/multimedia/alsa-utils/alsa-utils.mk
+===================================================================
+--- buildroot.orig/package/multimedia/alsa-utils/alsa-utils.mk 2011-06-15 11:45:40.000000000 +0200
++++ buildroot/package/multimedia/alsa-utils/alsa-utils.mk 2011-06-15 11:46:22.000000000 +0200
+@@ -81,7 +81,7 @@
+ if [ -x "$(TARGET_DIR)/usr/sbin/alsactl" ]; then \
+ mkdir -p $(TARGET_DIR)/usr/share/; \
+ rm -rf $(TARGET_DIR)/usr/share/alsa/; \
+- cp -rdpf $(STAGING_DIR)/usr/share/alsa/ $(TARGET_DIR)/usr/share/alsa/; \
++ cp -rdpf $(STAGING_DIR)/usr/share/alsa $(TARGET_DIR)/usr/share/alsa; \
+ fi
+ touch -c $@
+
hooks/post-receive
--
armadeus
|