summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-25 14:37:20 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-12-03 18:01:00 +0000
commit0e1d3d91d642a78a6c89af329376dc441e3b5a7d (patch)
tree0adf4cb3abcfc7c7bdf1ddc5b2d8d8697d605fb8 /meta/packages/qemu/qemu_git.bb
parent935b598736f33645486dffffc120c3ad58f86a9e (diff)
downloadpoky-0e1d3d91d642a78a6c89af329376dc441e3b5a7d.tar.gz
qemu: Update to 0.10.6 and add fix wacom emulation issues
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/qemu/qemu_git.bb')
-rw-r--r--meta/packages/qemu/qemu_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/qemu/qemu_git.bb b/meta/packages/qemu/qemu_git.bb
index dc640134ed..a6f72c512e 100644
--- a/meta/packages/qemu/qemu_git.bb
+++ b/meta/packages/qemu/qemu_git.bb
@@ -13,7 +13,8 @@ SRC_URI = "\
13 file://fix-dirent.patch;patch=1 \ 13 file://fix-dirent.patch;patch=1 \
14 file://fix-nogl.patch;patch=1 \ 14 file://fix-nogl.patch;patch=1 \
15 file://zlibsearch.patch;patch=1 \ 15 file://zlibsearch.patch;patch=1 \
16 file://qemugl-allow-glxcontext-release.patch;patch=1 " 16 file://qemugl-allow-glxcontext-release.patch;patch=1 \
17 file://2ca2078e287174522e3a6229618947d3d285b8c0.patch;patch=1"
17 18
18S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
19 20