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 /meta/packages | |
parent | 2b5ffbcc8810b661e0682249a61e2f46c315b94a (diff) | |
download | openembedded-core-e6a50a8a3fa9a77050a53477f30dcd7e28bacf91.tar.gz openembedded-core-e6a50a8a3fa9a77050a53477f30dcd7e28bacf91.tar.bz2 openembedded-core-e6a50a8a3fa9a77050a53477f30dcd7e28bacf91.zip |
libxcalibrate: update to latest srcrev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3760 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/xorg-lib/libxcalibrate_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
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 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" |