diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-02 13:10:19 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-02 13:10:19 +0100 |
| commit | 136fecf7af7f98edc2302f0896442cba82342b72 (patch) | |
| tree | 04018926a6dea170de7318b4f2954393915e5551 /meta/packages/xorg-proto | |
| parent | 166121923fd3d202d0b54aa9980a9a5020a941ea (diff) | |
| download | poky-136fecf7af7f98edc2302f0896442cba82342b72.tar.gz | |
xorg: Convert SRCREV -> SRCPV
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/xorg-proto')
| -rw-r--r-- | meta/packages/xorg-proto/calibrateproto_git.bb | 2 | ||||
| -rw-r--r-- | meta/packages/xorg-proto/dri2proto_git.bb | 2 | ||||
| -rw-r--r-- | meta/packages/xorg-proto/inputproto_git.bb (renamed from meta/packages/xorg-proto/inputproto_1.9.99.5git.bb) | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/xorg-proto/calibrateproto_git.bb b/meta/packages/xorg-proto/calibrateproto_git.bb index 02d20b5038..c6bf242153 100644 --- a/meta/packages/xorg-proto/calibrateproto_git.bb +++ b/meta/packages/xorg-proto/calibrateproto_git.bb | |||
| @@ -2,7 +2,7 @@ require xorg-proto-common.inc | |||
| 2 | 2 | ||
| 3 | DESCRIPTION = "Touchscreen calibration protocol" | 3 | DESCRIPTION = "Touchscreen calibration protocol" |
| 4 | 4 | ||
| 5 | PV = "0.0+git${SRCREV}" | 5 | PV = "0.0+git${SRCPV}" |
| 6 | PR = "r1" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git" | 8 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git" |
diff --git a/meta/packages/xorg-proto/dri2proto_git.bb b/meta/packages/xorg-proto/dri2proto_git.bb index 736c085479..83922e08f9 100644 --- a/meta/packages/xorg-proto/dri2proto_git.bb +++ b/meta/packages/xorg-proto/dri2proto_git.bb | |||
| @@ -2,7 +2,7 @@ DESCRIPTION = "DRI2 extension headers" | |||
| 2 | 2 | ||
| 3 | require xorg-proto-common.inc | 3 | require xorg-proto-common.inc |
| 4 | 4 | ||
| 5 | PV = "1.99.3+git${SRCREV}" | 5 | PV = "1.99.3+git${SRCPV}" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" | 7 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git" |
| 8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
diff --git a/meta/packages/xorg-proto/inputproto_1.9.99.5git.bb b/meta/packages/xorg-proto/inputproto_git.bb index 1276fab7f3..7f1347e9be 100644 --- a/meta/packages/xorg-proto/inputproto_1.9.99.5git.bb +++ b/meta/packages/xorg-proto/inputproto_git.bb | |||
| @@ -2,7 +2,7 @@ require xorg-proto-common.inc | |||
| 2 | 2 | ||
| 3 | PR = "r1" | 3 | PR = "r1" |
| 4 | PE = "1" | 4 | PE = "1" |
| 5 | PV = "1.9.99.5+git${SRCREV}" | 5 | PV = "1.9.99.5+git${SRCPV}" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" | 7 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git" |
| 8 | S = "${WORKDIR}/git" | 8 | S = "${WORKDIR}/git" |
