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 | |
parent | d007137a047d00169221d7ff6dc94bcb4c0b6afe (diff) | |
download | openembedded-core-d91b4f5c364a62d4ea5b23526d90bed0bb28a9b1.tar.gz openembedded-core-d91b4f5c364a62d4ea5b23526d90bed0bb28a9b1.tar.bz2 openembedded-core-d91b4f5c364a62d4ea5b23526d90bed0bb28a9b1.tar.xz openembedded-core-d91b4f5c364a62d4ea5b23526d90bed0bb28a9b1.zip |
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>
-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 547290111..184c78272 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" |