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>
This commit is contained in:
Yu Ke 2010-07-23 13:20:28 +08:00 committed by Richard Purdie
parent d007137a04
commit d91b4f5c36
1 changed files with 2 additions and 2 deletions

View File

@ -8,10 +8,10 @@ DEPENDS = "virtual/libx11 xproto glproto libxfixes"
COMPATIBLE_HOST = '(x86_64.*|i.86.*)-(linux|freebsd.*)'
SRC_URI = "git://git.o-hand.com/qemugl.git;protocol=git \
file://versionfix.patch;patch=1"
file://versionfix.patch"
S = "${WORKDIR}/git"
PV = "0.0+git${SRCREV}"
PV = "0.0+git${SRCPV}"
PR = "r6"
DEFAULT_PREFERENCE = "-1"