From: Saul Wold Date: Mon, 8 Apr 2013 20:34:20 +0000 (-0700) Subject: alsa-tools: Fix sys/io.h patch X-Git-Tag: yocto-4.0~33285 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b458309845185a3cd473daa0969ce17e2ff5c602;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git alsa-tools: Fix sys/io.h patch I blew my #if expression! Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- 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 7083cb27712..09b10f17e6c 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 + 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 #include -#ifndef __PPC__ -+#if __PPC__ || __MIPS__ ++#if !(__PPC__ || __mips__) #include #endif #include