From: Stanislav Brabec Date: Tue, 18 Aug 2009 19:55:00 +0000 (+0000) Subject: calibrateproto: Added symlink to provide old package pkgconfig name. X-Git-Tag: Release-2010-05/1~2675 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dcee26b6c95ebac4a02f70b01e31c43e19d6e53;p=openembedded.git calibrateproto: Added symlink to provide old package pkgconfig name. --- diff --git a/recipes/xorg-proto/calibrateproto_git.bb b/recipes/xorg-proto/calibrateproto_git.bb index 7f0089d156..c3b334c4f3 100644 --- a/recipes/xorg-proto/calibrateproto_git.bb +++ b/recipes/xorg-proto/calibrateproto_git.bb @@ -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 +}