summaryrefslogtreecommitdiffstats
path: root/meta/packages/xorg-lib/libxcalibrate_git.bb
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2008-02-11 21:11:02 +0000
committerRoss Burton <ross@openedhand.com>2008-02-11 21:11:02 +0000
commitde8dfb8bbad0af17b796e64d51ca48e661fa6856 (patch)
treed01d2b1d423f7bbe658c8f832efd198e7ccfd552 /meta/packages/xorg-lib/libxcalibrate_git.bb
parentd7753c6d471561cd20ee99ff8445b3c0adb90d6a (diff)
downloadpoky-de8dfb8bbad0af17b796e64d51ca48e661fa6856.tar.gz
libxcalibrate: fix package versions, and update to latest git which has our patches merged
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3764 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xorg-lib/libxcalibrate_git.bb')
-rw-r--r--meta/packages/xorg-lib/libxcalibrate_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/xorg-lib/libxcalibrate_git.bb b/meta/packages/xorg-lib/libxcalibrate_git.bb
index 7ddc831d3f..24b4a1f067 100644
--- a/meta/packages/xorg-lib/libxcalibrate_git.bb
+++ b/meta/packages/xorg-lib/libxcalibrate_git.bb
@@ -4,10 +4,8 @@ DESCRIPTION = " Touchscreen calibration client library"
4LICENSE = "BSD-X" 4LICENSE = "BSD-X"
5DEPENDS = "virtual/libx11 calibrateproto libxext" 5DEPENDS = "virtual/libx11 calibrateproto libxext"
6PV = "0.0+git${SRCREV}" 6PV = "0.0+git${SRCREV}"
7PR = "r3"
8 7
9SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=${SRCREV} \ 8SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
10 file://coords.patch;patch=1"
11 9
12S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
13 11