diff options
-rw-r--r-- | 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 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 } |