summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/distro/poky.conf2
-rw-r--r--meta/packages/xorg-lib/libxcalibrate_git.bb6
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"
116SRCREV_pn-evince ?= "2437" 116SRCREV_pn-evince ?= "2437"
117SRCREV_pn-oh-puzzles ?= "22" 117SRCREV_pn-oh-puzzles ?= "22"
118SRCREV_pn-libowl ?= "354" 118SRCREV_pn-libowl ?= "354"
119SRCDATE_libxcalibrate ?= "20070607" 119SRCREV_pn-libxcalibrate ?= "95c1708a48ab470971dc37df31b2733ad1aeb220"
120SRCDATE_calibrateproto ?= "20070607" 120SRCDATE_calibrateproto ?= "20070607"
121SRCDATE_gtk-theme-torturer ?= "20060821" 121SRCDATE_gtk-theme-torturer ?= "20060821"
122SRCREV_pn-gtk-theme-torturer ?= "99962ae39bb5aadb31929b25c58e1a053f9c9545" 122SRCREV_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
3DESCRIPTION = " Touchscreen calibration client library" 3DESCRIPTION = " Touchscreen calibration client library"
4LICENSE = "BSD-X" 4LICENSE = "BSD-X"
5DEPENDS = "virtual/libx11 calibrateproto libxext" 5DEPENDS = "virtual/libx11 calibrateproto libxext"
6PV = "0.0+git${SRCDATE}" 6PV = "0.0+git${SRCREV}"
7PR = "r2" 7PR = "r3"
8 8
9SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git;tag=4be232e30cd33a44a1ce6d3ec429ee6101540c62 \ 9SRC_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
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"