[oe-commits] Richard Purdie : calibrateproto: Convert do_stage to do_install

git version control git at git.openembedded.org
Sat Aug 7 06:45:59 UTC 2010


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

Author: Richard Purdie <rpurdie at linux.intel.com>
Date:   Sun Aug  1 20:37:28 2010 +0100

calibrateproto: Convert do_stage to do_install

Signed-off-by: Richard Purdie <rpurdie at linux.intel.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

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

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





More information about the Openembedded-commits mailing list