libxcalibrate: update to latest srcrev

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3760 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton 2008-02-11 18:03:35 +00:00
parent 2b5ffbcc88
commit e6a50a8a3f
2 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@ SRCREV_pn-matchbox-desktop-sato ?= "76"
SRCREV_pn-evince ?= "2437"
SRCREV_pn-oh-puzzles ?= "22"
SRCREV_pn-libowl ?= "354"
SRCDATE_libxcalibrate ?= "20070607"
SRCREV_pn-libxcalibrate ?= "95c1708a48ab470971dc37df31b2733ad1aeb220"
SRCDATE_calibrateproto ?= "20070607"
SRCDATE_gtk-theme-torturer ?= "20060821"
SRCREV_pn-gtk-theme-torturer ?= "99962ae39bb5aadb31929b25c58e1a053f9c9545"

View File

@ -3,10 +3,10 @@ require xorg-lib-common.inc
DESCRIPTION = " Touchscreen calibration client library"
LICENSE = "BSD-X"
DEPENDS = "virtual/libx11 calibrateproto libxext"
PV = "0.0+git${SRCDATE}"
PR = "r2"
PV = "0.0+git${SRCREV}"
PR = "r3"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=${SRCREV} \
file://coords.patch;patch=1"
S = "${WORKDIR}/git"