aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-09 08:40:39 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-09 08:41:41 +0200
commit620f1cef2844f27555f16dc0ed5802929a1eed12 (patch)
tree11b9e032ae1436970eb9404777fb0bee1f02e36c /recipes
parent358901a0f67fd5dca450f0a4a1d95106966a2531 (diff)
downloadopenembedded-620f1cef2844f27555f16dc0ed5802929a1eed12.tar.gz
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 <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes')
-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
}