calibrateproto: Convert do_stage to do_install
authorRichard Purdie <rpurdie@linux.intel.com>
Sun, 1 Aug 2010 19:37:28 +0000 (20:37 +0100)
committerKhem Raj <raj.khem@gmail.com>
Sat, 7 Aug 2010 06:45:27 +0000 (23:45 -0700)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/xorg-proto/calibrateproto_git.bb

index 4e3c642..3538995 100644 (file)
@@ -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
 }