From: Yu Ke Date: Fri, 23 Jul 2010 05:20:28 +0000 (+0800) Subject: opengl: audit the bb file X-Git-Tag: 2011-1~5103 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d91b4f5c364a62d4ea5b23526d90bed0bb28a9b1;p=openembedded-core.git opengl: audit the bb file - repleace SRCREV with SRCPV in PV definition - Fix the "patch=1" style Signed-off-by: Yu Ke --- 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" 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"