summaryrefslogtreecommitdiff
path: root/meta/packages/qemu/files/compiler.patch
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2006-10-02 14:56:18 +0000
committerRoss Burton <ross@openedhand.com>2006-10-02 14:56:18 +0000
commit823c8456557a55de67784d0a152e2b311744a598 (patch)
tree942ed300bee3519567a726f5b4b3b29d34982da8 /meta/packages/qemu/files/compiler.patch
parentfc2234cc351449c855945b4df2cf1b27a9012294 (diff)
downloadopenembedded-core-823c8456557a55de67784d0a152e2b311744a598.tar.gz
openembedded-core-823c8456557a55de67784d0a152e2b311744a598.tar.bz2
openembedded-core-823c8456557a55de67784d0a152e2b311744a598.tar.xz
openembedded-core-823c8456557a55de67784d0a152e2b311744a598.zip
Add patch to remove include <linux/compiler.h> as it isn't in edgy, and isn't
required. --This line, and those below, will be ignored-- A qemu/files/compiler.patch M qemu/qemu_cvs.bb git-svn-id: https://svn.o-hand.com/repos/poky/trunk@781 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/files/compiler.patch')
-rw-r--r--meta/packages/qemu/files/compiler.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/qemu/files/compiler.patch b/meta/packages/qemu/files/compiler.patch
new file mode 100644
index 000000000..dad18b3a6
--- /dev/null
+++ b/meta/packages/qemu/files/compiler.patch
@@ -0,0 +1,10 @@
+--- qemu/usb-linux.c~ 2006-07-19 19:06:15.000000000 +0100
++++ qemu/usb-linux.c 2006-10-02 12:49:00.000000000 +0100
+@@ -26,7 +26,6 @@
+ #if defined(__linux__)
+ #include <dirent.h>
+ #include <sys/ioctl.h>
+-#include <linux/compiler.h>
+ #include <linux/usbdevice_fs.h>
+ #include <linux/version.h>
+