]> code.ossystems Code Review - openembedded-core.git/commitdiff
opengl: audit the bb file
authorYu Ke <ke.yu@intel.com>
Fri, 23 Jul 2010 05:20:28 +0000 (13:20 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Fri, 23 Jul 2010 22:53:31 +0000 (23:53 +0100)
- repleace SRCREV with SRCPV in PV definition
- Fix the "patch=1" style

Signed-off-by: Yu Ke <ke.yu@intel.com>
meta/packages/mesa/qemugl_git.bb

index 5472901111b4c2c73c3f7fb769b0236628d39c52..184c7827223032406d958b2508a912fcbd5529a6 100644 (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"