summaryrefslogtreecommitdiffstats
path: root/meta/packages/mesa/qemugl_git.bb
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2010-07-23 13:20:28 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-23 23:53:31 +0100
commitd91b4f5c364a62d4ea5b23526d90bed0bb28a9b1 (patch)
tree416ec2d1635c7509e1e11275aeb22100c31a4467 /meta/packages/mesa/qemugl_git.bb
parentd007137a047d00169221d7ff6dc94bcb4c0b6afe (diff)
downloadpoky-d91b4f5c364a62d4ea5b23526d90bed0bb28a9b1.tar.gz
opengl: audit the bb file
- repleace SRCREV with SRCPV in PV definition - Fix the "patch=1" style Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/packages/mesa/qemugl_git.bb')
-rw-r--r--meta/packages/mesa/qemugl_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/packages/mesa/qemugl_git.bb b/meta/packages/mesa/qemugl_git.bb
index 5472901111..184c782722 100644
--- a/meta/packages/mesa/qemugl_git.bb
+++ b/meta/packages/mesa/qemugl_git.bb
@@ -8,10 +8,10 @@ DEPENDS = "virtual/libx11 xproto glproto libxfixes"
8COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' 8COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
9 9
10SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \ 10SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \
11 file://versionfix.patch;patch=1" 11 file://versionfix.patch"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14PV = "0.0+git${SRCREV}" 14PV = "0.0+git${SRCPV}"
15PR = "r6" 15PR = "r6"
16 16
17DEFAULT_PREFERENCE = "-1" 17DEFAULT_PREFERENCE = "-1"