From 61018fda65fcb7a08d74b57abfe8e8809fcdaae0 Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 28 Apr 2011 15:15:58 +0800 Subject: poky-default-revisions: move the SRCREV to recipe file in this case, those non poky distro can also use these recipe normally (From OE-Core rev: 0a57bd226cdb8332707fa0f46fcf0b067f03701a) Signed-off-by: Yu Ke Signed-off-by: Richard Purdie --- meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | 2 ++ meta/recipes-graphics/xorg-proto/dri2proto_git.bb | 3 +++ meta/recipes-graphics/xorg-proto/inputproto_git.bb | 1 + 3 files changed, 6 insertions(+) (limited to 'meta/recipes-graphics/xorg-proto') diff --git a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb index f86ea4a7d4..951130608b 100644 --- a/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/calibrateproto_git.bb @@ -9,6 +9,8 @@ LICENSE = "MIT-style" LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db" +SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c" + PV = "0.0+git${SRCPV}" PR = "r2" diff --git a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb index c1aa35ff2a..6e7105c2da 100644 --- a/meta/recipes-graphics/xorg-proto/dri2proto_git.bb +++ b/meta/recipes-graphics/xorg-proto/dri2proto_git.bb @@ -6,10 +6,13 @@ DESCRIPTION = "This package provides the wire protocol for the Direct \ Rendering Ifnrastructure 2. DIR is required for may hardware \ accelerated OpenGL drivers." +SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4" PV = "1.99.3+git${SRCPV}" PR = "r2" SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" +LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3" + S = "${WORKDIR}/git" diff --git a/meta/recipes-graphics/xorg-proto/inputproto_git.bb b/meta/recipes-graphics/xorg-proto/inputproto_git.bb index f1cbbb86fb..08c72cdfe7 100644 --- a/meta/recipes-graphics/xorg-proto/inputproto_git.bb +++ b/meta/recipes-graphics/xorg-proto/inputproto_git.bb @@ -8,6 +8,7 @@ keyboard and pointer." PR = "r1" PE = "1" +SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" PV = "1.9.99.12+git${SRCPV}" SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" -- cgit v1.2.3-54-g00ecf