Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] alsa-tools: Fix sys/io.h patch
@ 2013-04-08 20:34 Saul Wold
  2013-04-09 11:24 ` Trevor Woerner
  0 siblings, 1 reply; 2+ messages in thread
From: Saul Wold @ 2013-04-08 20:34 UTC (permalink / raw)
  To: openembedded-core

I blew my #if expression!

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-multimedia/alsa/alsa-tools/mips_has_no_io_h.patch | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

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
index 7083cb2..09b10f1 100644
--- 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
@@ -1,3 +1,6 @@
+Upstream-Status: Pending
+Signed-off-by: Saul Wold <sgw@linux.intel.com>
+
 Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c
 ===================================================================
 --- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c
@@ -7,7 +10,7 @@ Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c
  #include <unistd.h>
  #include <sys/ioctl.h>
 -#ifndef __PPC__
-+#if __PPC__ || __MIPS__
++#if !(__PPC__ || __mips__)
  #include <sys/io.h>
  #endif
  #include <sys/types.h>
-- 
1.8.0.2




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

* Re: [PATCH] alsa-tools: Fix sys/io.h patch
  2013-04-08 20:34 [PATCH] alsa-tools: Fix sys/io.h patch Saul Wold
@ 2013-04-09 11:24 ` Trevor Woerner
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Woerner @ 2013-04-09 11:24 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

Excellent. Now all my qemu* "bitbake world"s succeed :-)



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

end of thread, other threads:[~2013-04-09 11:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 20:34 [PATCH] alsa-tools: Fix sys/io.h patch Saul Wold
2013-04-09 11:24 ` Trevor Woerner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox