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
This commit is contained in:
Ross Burton
2006-10-02 14:56:18 +00:00
parent fc2234cc35
commit 823c845655
2 changed files with 13 additions and 1 deletions

View File

@@ -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>

View File

@@ -1,11 +1,13 @@
LICENSE = "GPL"
PV = "0.8.2+cvs${SRCDATE}"
PR = "r1"
SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
file://configure.patch;patch=1 \
file://arm_nptl.patch;patch=1 \
file://pl110_rgb-r0.patch;patch=1 \
file://qemu-pci-irq-sharing.patch;patch=1 \
file://qemu-pci-irq-sharing.patch;patch=1 \
file://compiler.patch;patch=1 \
file://qemu-usb-wacom-0.8.2.patch;patch=1"
S = "${WORKDIR}/qemu"