1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+2 -2
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"