[oe-commits] Martin Jansa : calibrateproto: fix qa_staging

git version control git at git.openembedded.org
Mon Aug 9 06:41:51 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 620f1cef2844f27555f16dc0ed5802929a1eed12
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=620f1cef2844f27555f16dc0ed5802929a1eed12

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Aug  9 08:40:39 2010 +0200

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 at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-proto/calibrateproto_git.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/xorg-proto/calibrateproto_git.bb b/recipes/xorg-proto/calibrateproto_git.bb
index 3538995..a0f8bb9 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
 }





More information about the Openembedded-commits mailing list