summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/qemu')
-rw-r--r--meta/packages/qemu/files/compiler.patch10
-rw-r--r--meta/packages/qemu/qemu_cvs.bb4
2 files changed, 13 insertions, 1 deletions
diff --git a/meta/packages/qemu/files/compiler.patch b/meta/packages/qemu/files/compiler.patch
new file mode 100644
index 0000000000..dad18b3a61
--- /dev/null
+++ b/meta/packages/qemu/files/compiler.patch
@@ -0,0 +1,10 @@
1--- qemu/usb-linux.c~ 2006-07-19 19:06:15.000000000 +0100
2+++ qemu/usb-linux.c 2006-10-02 12:49:00.000000000 +0100
3@@ -26,7 +26,6 @@
4 #if defined(__linux__)
5 #include <dirent.h>
6 #include <sys/ioctl.h>
7-#include <linux/compiler.h>
8 #include <linux/usbdevice_fs.h>
9 #include <linux/version.h>
10
diff --git a/meta/packages/qemu/qemu_cvs.bb b/meta/packages/qemu/qemu_cvs.bb
index 43097c1285..a5cf98633c 100644
--- a/meta/packages/qemu/qemu_cvs.bb
+++ b/meta/packages/qemu/qemu_cvs.bb
@@ -1,11 +1,13 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2PV = "0.8.2+cvs${SRCDATE}" 2PV = "0.8.2+cvs${SRCDATE}"
3PR = "r1"
3 4
4SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \ 5SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
5 file://configure.patch;patch=1 \ 6 file://configure.patch;patch=1 \
6 file://arm_nptl.patch;patch=1 \ 7 file://arm_nptl.patch;patch=1 \
7 file://pl110_rgb-r0.patch;patch=1 \ 8 file://pl110_rgb-r0.patch;patch=1 \
8 file://qemu-pci-irq-sharing.patch;patch=1 \ 9 file://qemu-pci-irq-sharing.patch;patch=1 \
10 file://compiler.patch;patch=1 \
9 file://qemu-usb-wacom-0.8.2.patch;patch=1" 11 file://qemu-usb-wacom-0.8.2.patch;patch=1"
10 12
11S = "${WORKDIR}/qemu" 13S = "${WORKDIR}/qemu"