aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-08-01 20:37:28 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-01 20:37:28 +0100
commit9d3d0d8f88a5bd7dd3e65f7ba22b2df58db29718 (patch)
treec4e09bb19b32a7b304b5ea777e5fd14eb2c547c1
parentff6611a56e9165b96afd7a77b487e0c0d1461631 (diff)
downloadopenembedded-9d3d0d8f88a5bd7dd3e65f7ba22b2df58db29718.tar.gz
calibrateproto: Convert do_stage to do_install
Signed-off-by: Richard Purdie <rpurdie@linux.intel.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
}