aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/alsa/alsa-utils-1.0.24.2
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2011-03-01 08:39:16 +0100
committerKoen Kooi <koen@openembedded.org>2011-03-01 08:49:02 +0100
commit679b4bb094bd0467847525967cdbe265a17d4ef5 (patch)
treeb577b62fe187d5388f6cf48ce1a5280b3e3e7551 /recipes/alsa/alsa-utils-1.0.24.2
parent497a5b36415389e9e7e06f754463b19c80b7d270 (diff)
downloadopenembedded-679b4bb094bd0467847525967cdbe265a17d4ef5.tar.gz
alsa-utils: add 1.0.24.2
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/alsa/alsa-utils-1.0.24.2')
-rw-r--r--recipes/alsa/alsa-utils-1.0.24.2/remove-xmlto.patch33
1 files changed, 33 insertions, 0 deletions
diff --git a/recipes/alsa/alsa-utils-1.0.24.2/remove-xmlto.patch b/recipes/alsa/alsa-utils-1.0.24.2/remove-xmlto.patch
new file mode 100644
index 0000000000..41691a917b
--- /dev/null
+++ b/recipes/alsa/alsa-utils-1.0.24.2/remove-xmlto.patch
@@ -0,0 +1,33 @@
+From 4fa1ac725e8d8376e99a383501cdaeedfed0ed8f Mon Sep 17 00:00:00 2001
+From: Koen Kooi <koen@dominion.thruhere.net>
+Date: Tue, 1 Mar 2011 08:37:09 +0100
+Subject: [PATCH] alsa-utils: don't run xmlto when crosscompiling
+
+Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
+---
+ alsactl/Makefile.am | 5 -----
+ 1 files changed, 0 insertions(+), 5 deletions(-)
+
+diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am
+index 5cfc415..e1fa44a 100644
+--- a/alsactl/Makefile.am
++++ b/alsactl/Makefile.am
+@@ -2,9 +2,6 @@ SUBDIRS = init
+
+ sbin_PROGRAMS=alsactl
+ man_MANS=alsactl.1
+-if USE_XMLTO
+-man_MANS += alsactl_init.7
+-endif
+ EXTRA_DIST=alsactl.1 alsactl_init.xml
+
+ alsactl_SOURCES=alsactl.c state.c utils.c init_parse.c
+@@ -55,5 +52,3 @@ CLEANFILES = \
+ alsa-restore.service \
+ 90-alsa-restore.rules
+
+-%.7: %.xml
+- xmlto man $?
+--
+1.6.6.1
+