aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_cvs.bb
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2006-09-22 19:46:23 +0000
committerMatthew Allum <mallum@openedhand.com>2006-09-22 19:46:23 +0000
commit88a162b96bddac7ce898cbd455411b48f354c002 (patch)
tree1e84d156eb38ffa81849b754e5c3c76209aa0cff /meta/packages/qemu/qemu_cvs.bb
parent36f59c25995ab4ad0d9ff6482495ecef0b094e19 (diff)
downloadopenembedded-core-88a162b96bddac7ce898cbd455411b48f354c002.tar.gz
Add usb wacom patch from andrzej zaborowski
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@749 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/qemu/qemu_cvs.bb')
-rw-r--r--meta/packages/qemu/qemu_cvs.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/qemu/qemu_cvs.bb b/meta/packages/qemu/qemu_cvs.bb
index 5113538b9e..483b4dfb5b 100644
--- a/meta/packages/qemu/qemu_cvs.bb
+++ b/meta/packages/qemu/qemu_cvs.bb
@@ -4,7 +4,8 @@ PV = "0.8.2+cvs${SRCDATE}"
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://pl110_rgb-r0.patch;patch=1 \
+ file://qemu-usb-wacom.patch;patch=1"
S = "${WORKDIR}/qemu"