summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-proto
diff options
context:
space:
mode:
authorYu Ke <ke.yu@intel.com>2011-04-28 15:15:58 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-04 15:06:36 +0100
commit61018fda65fcb7a08d74b57abfe8e8809fcdaae0 (patch)
tree49e4f016b760d9ba0431e79cfd97e027e30ae53e /meta/recipes-graphics/xorg-proto
parentb5adb300dda792d128e9d1a7c33646437dbe73e4 (diff)
downloadpoky-61018fda65fcb7a08d74b57abfe8e8809fcdaae0.tar.gz
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 <ke.yu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
-rw-r--r--meta/recipes-graphics/xorg-proto/calibrateproto_git.bb2
-rw-r--r--meta/recipes-graphics/xorg-proto/dri2proto_git.bb3
-rw-r--r--meta/recipes-graphics/xorg-proto/inputproto_git.bb1
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"
9LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ 9LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \
10 file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db" 10 file://xcalibrateproto.h;endline=23;md5=e4490491edcc171ca24f98569ee580db"
11 11
12SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
13
12PV = "0.0+git${SRCPV}" 14PV = "0.0+git${SRCPV}"
13PR = "r2" 15PR = "r2"
14 16
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 \
6Rendering Ifnrastructure 2. DIR is required for may hardware \ 6Rendering Ifnrastructure 2. DIR is required for may hardware \
7accelerated OpenGL drivers." 7accelerated OpenGL drivers."
8 8
9SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4"
9PV = "1.99.3+git${SRCPV}" 10PV = "1.99.3+git${SRCPV}"
10PR = "r2" 11PR = "r2"
11 12
12SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" 13SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git"
13 14
15LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3"
16
14S = "${WORKDIR}/git" 17S = "${WORKDIR}/git"
15 18
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."
8 8
9PR = "r1" 9PR = "r1"
10PE = "1" 10PE = "1"
11SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee"
11PV = "1.9.99.12+git${SRCPV}" 12PV = "1.9.99.12+git${SRCPV}"
12 13
13SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" 14SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"