* use relative path, otherwise we stage link to workdir, which is later cleaned by rm_work and qa_staging fails
Acked-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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"
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
}