From 2dcee26b6c95ebac4a02f70b01e31c43e19d6e53 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Tue, 18 Aug 2009 19:55:00 +0000 Subject: calibrateproto: Added symlink to provide old package pkgconfig name. --- recipes/xorg-proto/calibrateproto_git.bb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'recipes/xorg-proto') 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 +} -- cgit 1.2.3-korg