diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-16 22:32:06 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-16 22:32:06 +0100 |
commit | 1acaab0f4bcbcb648167a15a924def801be63979 (patch) | |
tree | 8a4560acdb0077acc48bddfe02cce24e135b231a /meta/packages/qemu/qemu_git.bb | |
parent | 1275962e51a9809be1d6c8702753005197206d72 (diff) | |
download | poky-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.bb | 5 |
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 @@ | |||
1 | LICENSE = "GPL" | 1 | LICENSE = "GPL" |
2 | DEPENDS = "zlib" | 2 | DEPENDS = "zlib" |
3 | PV = "0.10.2+git${SRCREV}" | 3 | PV = "0.10.2+git${SRCREV}" |
4 | PR = "r4" | 4 | PR = "r5" |
5 | 5 | ||
6 | FILESPATH = "${FILE_DIRNAME}/qemu-${PV}/:${FILE_DIRNAME}/qemu-git/" | 6 | FILESPATH = "${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 | ||
17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
18 | 19 | ||