diff options
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" | |||
9 | LIC_FILES_CHKSUM = "file://xcalibratewire.h;endline=23;md5=7f86ef7b03cce6c4c9ebd59d20ca485f \ | 9 | LIC_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 | ||
12 | SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c" | ||
13 | |||
12 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
13 | PR = "r2" | 15 | PR = "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 \ | |||
6 | Rendering Ifnrastructure 2. DIR is required for may hardware \ | 6 | Rendering Ifnrastructure 2. DIR is required for may hardware \ |
7 | accelerated OpenGL drivers." | 7 | accelerated OpenGL drivers." |
8 | 8 | ||
9 | SRCREV = "66c56ab10d917e3f47f93178d7eac6430970d3c4" | ||
9 | PV = "1.99.3+git${SRCPV}" | 10 | PV = "1.99.3+git${SRCPV}" |
10 | PR = "r2" | 11 | PR = "r2" |
11 | 12 | ||
12 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" | 13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" |
13 | 14 | ||
15 | LIC_FILES_CHKSUM="file://COPYING;md5=2e396fa91834f8786032cad2da5638f3" | ||
16 | |||
14 | S = "${WORKDIR}/git" | 17 | S = "${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 | ||
9 | PR = "r1" | 9 | PR = "r1" |
10 | PE = "1" | 10 | PE = "1" |
11 | SRCREV = "7203036522ba9d4b224d282d6afc2d0b947711ee" | ||
11 | PV = "1.9.99.12+git${SRCPV}" | 12 | PV = "1.9.99.12+git${SRCPV}" |
12 | 13 | ||
13 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" | 14 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" |