diff options
author | Yu Ke <ke.yu@intel.com> | 2011-04-28 15:15:58 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-04 15:05:55 +0100 |
commit | 0a57bd226cdb8332707fa0f46fcf0b067f03701a (patch) | |
tree | 99a1cdcdaf132f6c2d15e351b8892a5135d7359e /meta/recipes-graphics/xorg-proto | |
parent | 413e7e5a5d6db45a6fbca5044246d6696d9d5711 (diff) | |
download | openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.gz openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.tar.bz2 openembedded-core-0a57bd226cdb8332707fa0f46fcf0b067f03701a.zip |
poky-default-revisions: move the SRCREV to recipe file
in this case, those non poky distro can also use these recipe normally
Signed-off-by: Yu Ke <ke.yu@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/calibrateproto_git.bb | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/dri2proto_git.bb | 3 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/inputproto_git.bb | 1 |
3 files changed, 6 insertions, 0 deletions
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" |