aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto/calibrateproto_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-proto/calibrateproto_git.bb')
-rw-r--r--recipes/xorg-proto/calibrateproto_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/xorg-proto/calibrateproto_git.bb b/recipes/xorg-proto/calibrateproto_git.bb
index 3538995ff8..a0f8bb9f5e 100644
--- a/recipes/xorg-proto/calibrateproto_git.bb
+++ b/recipes/xorg-proto/calibrateproto_git.bb
@@ -2,7 +2,7 @@ require xorg-proto-common.inc
DESCRIPTION = "Touchscreen calibration protocol"
PE = "3"
PV = "0.0+${PR}+gitr${SRCPV}"
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"
@@ -11,5 +11,5 @@ S = "${WORKDIR}/git"
do_install_append() {
#make it compatible with the old package from cvs
- ln -sf ${D}${libdir}/pkgconfig/xcalibrateproto.pc ${D}${libdir}/pkgconfig/xcalibrateext.pc
+ ln -sf xcalibrateproto.pc ${D}${libdir}/pkgconfig/xcalibrateext.pc
}