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:
9c0b5a8
)
calibrateproto: Convert do_stage to do_install
author
Richard Purdie
<rpurdie@linux.intel.com>
Sun, 1 Aug 2010 19:37:28 +0000
(20:37 +0100)
committer
Khem Raj
<raj.khem@gmail.com>
Sat, 7 Aug 2010 06:45:27 +0000
(23:45 -0700)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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
4e3c642
..
3538995
100644
(file)
--- a/
recipes/xorg-proto/calibrateproto_git.bb
+++ b/
recipes/xorg-proto/calibrateproto_git.bb
@@
-9,8
+9,7
@@
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/calibrateproto;protocol=
SRCREV = "1da6fd1e2c7a49648245c98481fabea8b9690a8c"
S = "${WORKDIR}/git"
-do_stage() {
- autotools_stage_all
+do_install_append() {
#make it compatible with the old package from cvs
- ln -sf ${
PKG_CONFIG_DIR}/xcalibrateproto.pc ${PKG_CONFIG_DIR}
/xcalibrateext.pc
+ ln -sf ${
D}${libdir}/pkgconfig/xcalibrateproto.pc ${D}${libdir}/pkgconfig
/xcalibrateext.pc
}