summaryrefslogtreecommitdiffstats
path: root/meta/packages/qemu/qemu_git.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-06-16 22:32:06 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-16 22:32:06 +0100
commit1acaab0f4bcbcb648167a15a924def801be63979 (patch)
tree8a4560acdb0077acc48bddfe02cce24e135b231a /meta/packages/qemu/qemu_git.bb
parent1275962e51a9809be1d6c8702753005197206d72 (diff)
downloadpoky-1acaab0f4bcbcb648167a15a924def801be63979.tar.gz
qemu: Fix a GL passthrough bug
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.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/packages/qemu/qemu_git.bb b/meta/packages/qemu/qemu_git.bb
index bdd18e8fc6..dc640134ed 100644
--- a/meta/packages/qemu/qemu_git.bb
+++ b/meta/packages/qemu/qemu_git.bb
@@ -1,7 +1,7 @@
1LICENSE = "GPL" 1LICENSE = "GPL"
2DEPENDS = "zlib" 2DEPENDS = "zlib"
3PV = "0.10.2+git${SRCREV}" 3PV = "0.10.2+git${SRCREV}"
4PR = "r4" 4PR = "r5"
5 5
6FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" 6FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/"
7 7
@@ -12,7 +12,8 @@ SRC_URI = "\
12 file://no-strip.patch;patch=1 \ 12 file://no-strip.patch;patch=1 \
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 17
17S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
18 19