diff options
author | Yu Ke <ke.yu@intel.com> | 2010-07-23 13:20:28 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-23 23:53:31 +0100 |
commit | d91b4f5c364a62d4ea5b23526d90bed0bb28a9b1 (patch) | |
tree | 416ec2d1635c7509e1e11275aeb22100c31a4467 /meta/packages/mesa | |
parent | d007137a047d00169221d7ff6dc94bcb4c0b6afe (diff) | |
download | poky-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')
-rw-r--r-- | meta/packages/mesa/qemugl_git.bb | 4 |
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" | |||
8 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' | 8 | COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)' |
9 | 9 | ||
10 | SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \ | 10 | SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \ |
11 | file://versionfix.patch;patch=1" | 11 | file://versionfix.patch" |
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||
14 | PV = "0.0+git${SRCREV}" | 14 | PV = "0.0+git${SRCPV}" |
15 | PR = "r6" | 15 | PR = "r6" |
16 | 16 | ||
17 | DEFAULT_PREFERENCE = "-1" | 17 | DEFAULT_PREFERENCE = "-1" |