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
--- /dev/null
+--- 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>
+
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"