summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_cvs.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/qemu/qemu_cvs.bb')
-rw-r--r--meta/packages/qemu/qemu_cvs.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/packages/qemu/qemu_cvs.bb b/meta/packages/qemu/qemu_cvs.bb
index a5cf98633c..10647743d9 100644
--- a/meta/packages/qemu/qemu_cvs.bb
+++ b/meta/packages/qemu/qemu_cvs.bb
@@ -4,11 +4,14 @@ PR = "r1"
4 4
5SRC_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 \
6 file://configure.patch;patch=1 \ 6 file://configure.patch;patch=1 \
7 file://qemu-sdl-cursor.patch;patch=0 \
7 file://arm_nptl.patch;patch=1 \ 8 file://arm_nptl.patch;patch=1 \
8 file://pl110_rgb-r0.patch;patch=1 \ 9 file://pl110_rgb-r0.patch;patch=1 \
9 file://qemu-pci-irq-sharing.patch;patch=1 \ 10 file://qemu-pci-irq-sharing.patch;patch=1 \
10 file://compiler.patch;patch=1 \ 11 file://compiler.patch;patch=1 \
11 file://qemu-usb-wacom-0.8.2.patch;patch=1" 12 file://qemu-usb-wacom-0.8.2.patch;patch=1 \
13 file://qemu-usb-wacom-pressure.patch;patch=1 \
14 file://qemu-usb-wacom-buttons.patch;patch=1"
12 15
13S = "${WORKDIR}/qemu" 16S = "${WORKDIR}/qemu"
14 17