]> pilppa.org Git - familiar-h63xx-build.git/blobdiff - org.handhelds.familiar/packages/qemu/qemu_cvs.bb
updated to qemu 0.82 from oe.dev to familiar with patches to enable building with...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / qemu / qemu_cvs.bb
diff --git a/org.handhelds.familiar/packages/qemu/qemu_cvs.bb b/org.handhelds.familiar/packages/qemu/qemu_cvs.bb
new file mode 100644 (file)
index 0000000..8d8fcc4
--- /dev/null
@@ -0,0 +1,21 @@
+DESCRIPTION = "Qemu is an open source processor emulator."
+HOMEPAGE = "http://fabrice.bellard.free.fr/qemu/"
+SECTION = "devel"
+LICENSE = "GPL"
+PV = "0.8.2+cvs${CVSDATE}"
+PR = "r1"
+
+SRC_URI = "cvs://anonymous@cvs.savannah.nongnu.org/sources/qemu;method=pserver;rsh=ssh;module=qemu \
+           file://configure.patch;patch=1 \
+           file://qemu-sdl-cursor.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://compiler.patch;patch=1 \
+           file://qemu-usb-wacom-0.8.2.patch;patch=1 \
+           file://qemu-usb-wacom-pressure.patch;patch=1 \
+           file://qemu-usb-wacom-buttons.patch;patch=1"
+S = "${WORKDIR}/qemu"
+
+inherit autotools
+