* [PATCH] alsa-tools: add patch for mips since it does not have io.h
@ 2013-03-19 19:03 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2013-03-19 19:03 UTC (permalink / raw)
To: openembedded-core
[YOCTO #4051]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
.../alsa/alsa-tools/mips_has_no_io_h.patch | 13 +++++++++++++
meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb | 1 +
2 files changed, 14 insertions(+)
create mode 100644 meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch
diff --git a/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch b/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch
new file mode 100644
index 0000000..7083cb2
--- /dev/null
+++ b/meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch
@@ -0,0 +1,13 @@
+Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c
+===================================================================
+--- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c
++++ alsa-tools-1.0.26.1/hda-verb/hda-verb.c
+@@ -13,7 +13,7 @@
+ #include <ctype.h>
+ #include <unistd.h>
+ #include <sys/ioctl.h>
+-#ifndef __PPC__
++#if __PPC__ || __MIPS__
+ #include <sys/io.h>
+ #endif
+ #include <sys/types.h>
diff --git a/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb b/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
index 0fe4bee..2b46aaf 100644
--- a/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
+++ b/meta/recipes-multimedia/alsa/alsa-tools_1.0.26.1.bb
@@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae1
file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \
+ file://mips_has_no_io_h.patch \
file://autotools.patch"
SRC_URI[md5sum] = "805526ea5d6c40e1f2c94cee86141230"
--
1.8.0.2
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-19 19:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-19 19:03 [PATCH] alsa-tools: add patch for mips since it does not have io.h Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox