From 620f1cef2844f27555f16dc0ed5802929a1eed12 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 9 Aug 2010 08:40:39 +0200 Subject: calibrateproto: fix qa_staging * use relative path, otherwise we stage link to workdir, which is later cleaned by rm_work and qa_staging fails Acked-by: Khem Raj Signed-off-by: Martin Jansa --- recipes/xorg-proto/calibrateproto_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/xorg-proto') 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 } -- cgit v1.2.3