aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-01 20:37:28 +0100
committerKhem Raj <raj.khem@gmail.com>2010-08-06 23:45:27 -0700
commit6b6933550f60098388ed77c964f223d8f919379c (patch)
tree120e5051bb02980e3ce93c5e126ccca73e2dd5b8
parent9c0b5a8471c93bbd1fb8224e9a1be518906a0dac (diff)
downloadopenembedded-6b6933550f60098388ed77c964f223d8f919379c.tar.gz
calibrateproto: Convert do_stage to do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/xorg-proto/calibrateproto_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/xorg-proto/calibrateproto_git.bb b/recipes/xorg-proto/calibrateproto_git.bb
index 4e3c642e0a..3538995ff8 100644
--- a/recipes/xorg-proto/calibrateproto_git.bb
+++ b/recipes/xorg-proto/calibrateproto_git.bb
@@ -9,8 +9,7 @@ SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=
SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
S = "${WORKDIR}/git"
-do_stage() {
- autotools_stage_all
+do_install_append() {
#make it compatible with the old package from cvs
- ln -sf ${PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}/xcalibrateext.pc
+ ln -sf ${D}${libdir}/pkgconfig/xcalibrateproto.pc ${D}${libdir}/pkgconfig/xcalibrateext.pc
}