summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu
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
parentfc2234cc351449c855945b4df2cf1b27a9012294 (diff)
downloadpoky-823c8456557a55de67784d0a152e2b311744a598.tar.gz
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')
-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"