aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-lib/libxcalibrate_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-lib/libxcalibrate_git.bb')
-rw-r--r--recipes/xorg-lib/libxcalibrate_git.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes/xorg-lib/libxcalibrate_git.bb b/recipes/xorg-lib/libxcalibrate_git.bb
index 097ea20201..7001ebe380 100644
--- a/recipes/xorg-lib/libxcalibrate_git.bb
+++ b/recipes/xorg-lib/libxcalibrate_git.bb
@@ -1,16 +1,14 @@
require xorg-lib-common.inc
-
DESCRIPTION = "Touchscreen calibration client library"
LICENSE = "BSD-X"
DEPENDS = "virtual/libx11 calibrateproto libxext"
-
-SRCREV = "209d83af61ed38a002c8096377deac292b3e396c"
-PV = "0.0+${PR}+gitr${SRCPV}"
PE = "3"
+PV = "0.0+${PR}+gitr${SRCPV}"
+PR = "${INC_PR}.0"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/lib/libXCalibrate;protocol=git"
+SRCREV = "209d83af61ed38a002c8096377deac292b3e396c"
S = "${WORKDIR}/git"
FILES_${PN}-locale += "${datadir}/X11/locale"
-PR = "${INC_PR}.0"