diff options
author | Ross Burton <ross@openedhand.com> | 2008-02-11 18:03:35 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-02-11 18:03:35 +0000 |
commit | e6a50a8a3fa9a77050a53477f30dcd7e28bacf91 (patch) | |
tree | 1b811a8af8ea1ccf49bcee3848474d3539fd5c39 | |
parent | 2b5ffbcc8810b661e0682249a61e2f46c315b94a (diff) | |
download | poky-e6a50a8a3fa9a77050a53477f30dcd7e28bacf91.tar.gz |
libxcalibrate: update to latest srcrev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3760 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/conf/distro/poky.conf | 2 | ||||
-rw-r--r-- | meta/packages/xorg-lib/libxcalibrate_git.bb | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index ef756cf5f9..e3a57c3d2c 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -116,7 +116,7 @@ SRCREV_pn-matchbox-desktop-sato ?= "76" | |||
116 | SRCREV_pn-evince ?= "2437" | 116 | SRCREV_pn-evince ?= "2437" |
117 | SRCREV_pn-oh-puzzles ?= "22" | 117 | SRCREV_pn-oh-puzzles ?= "22" |
118 | SRCREV_pn-libowl ?= "354" | 118 | SRCREV_pn-libowl ?= "354" |
119 | SRCDATE_libxcalibrate ?= "20070607" | 119 | SRCREV_pn-libxcalibrate ?= "95c1708a48ab470971dc37df31b2733ad1aeb220" |
120 | SRCDATE_calibrateproto ?= "20070607" | 120 | SRCDATE_calibrateproto ?= "20070607" |
121 | SRCDATE_gtk-theme-torturer ?= "20060821" | 121 | SRCDATE_gtk-theme-torturer ?= "20060821" |
122 | SRCREV_pn-gtk-theme-torturer ?= "99962ae39bb5aadb31929b25c58e1a053f9c9545" | 122 | SRCREV_pn-gtk-theme-torturer ?= "99962ae39bb5aadb31929b25c58e1a053f9c9545" |
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb index 99f11e40fd..7ddc831d3f 100644 --- a/meta/packages/xorg-lib/libxcalibrate_git.bb +++ b/meta/packages/xorg-lib/libxcalibrate_git.bb | |||
@@ -3,10 +3,10 @@ require xorg-lib-common.inc | |||
3 | DESCRIPTION = " Touchscreen calibration client library" | 3 | DESCRIPTION = " Touchscreen calibration client library" |
4 | LICENSE = "BSD-X" | 4 | LICENSE = "BSD-X" |
5 | DEPENDS = "virtual/libx11 calibrateproto libxext" | 5 | DEPENDS = "virtual/libx11 calibrateproto libxext" |
6 | PV = "0.0+git${SRCDATE}" | 6 | PV = "0.0+git${SRCREV}" |
7 | PR = "r2" | 7 | PR = "r3" |
8 | 8 | ||
9 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \ | 9 | SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=${SRCREV} \ |
10 | file://coords.patch;patch=1" | 10 | file://coords.patch;patch=1" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |