git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b38707c
)
calibrateproto: Added symlink to provide old package pkgconfig name.
author
Stanislav Brabec
<utx@penguin.cz>
Tue, 18 Aug 2009 19:55:00 +0000
(19:55 +0000)
committer
utx@penguin.cz
<utx@penguin.cz>
Tue, 18 Aug 2009 19:55:00 +0000
(19:55 +0000)
recipes/xorg-proto/calibrateproto_git.bb
patch
|
blob
|
history
diff --git
a/recipes/xorg-proto/calibrateproto_git.bb
b/recipes/xorg-proto/calibrateproto_git.bb
index
7f0089d
..
c3b334c
100644
(file)
--- 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
+}