calibrateproto: Added symlink to provide old package pkgconfig name.
authorStanislav Brabec <utx@penguin.cz>
Tue, 18 Aug 2009 19:55:00 +0000 (19:55 +0000)
committerutx@penguin.cz <utx@penguin.cz>
Tue, 18 Aug 2009 19:55:00 +0000 (19:55 +0000)
recipes/xorg-proto/calibrateproto_git.bb

index 7f0089d..c3b334c 100644 (file)
@@ -8,3 +8,9 @@ PE = "1"
 
 SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=git"
 S = "${WORKDIR}/git"
+
+do_stage() {
+       autotools_stage_all
+       #make it compatible with the old package from cvs
+       ln -sf ${PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}/xcalibrateext.pc
+}