aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-proto
diff options
context:
space:
mode:
authorStanislav Brabec <utx@penguin.cz>2009-08-18 19:55:00 +0000
committerutx@penguin.cz <utx@penguin.cz>2009-08-18 19:55:00 +0000
commit2dcee26b6c95ebac4a02f70b01e31c43e19d6e53 (patch)
treec67e7d06aa132119607d313dbdf3dfbd4bb58104 /recipes/xorg-proto
parentb38707cbe224634fa79bfdb06f128acf3201c6d1 (diff)
downloadopenembedded-2dcee26b6c95ebac4a02f70b01e31c43e19d6e53.tar.gz
calibrateproto: Added symlink to provide old package pkgconfig name.
Diffstat (limited to 'recipes/xorg-proto')
-rw-r--r--recipes/xorg-proto/calibrateproto_git.bb6
1 files changed, 6 insertions, 0 deletions
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
+}