libxcalibrate: update to latest srcrev
authorRoss Burton <ross@openedhand.com>
Mon, 11 Feb 2008 18:03:35 +0000 (18:03 +0000)
committerRoss Burton <ross@openedhand.com>
Mon, 11 Feb 2008 18:03:35 +0000 (18:03 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3760 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/conf/distro/poky.conf
meta/packages/xorg-lib/libxcalibrate_git.bb

index ef756cf..e3a57c3 100644 (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"
index 99f11e4..7ddc831 100644 (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"