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:
55e1912
)
qte2: fix compilation for MNCI "Ramses"
author
Holger Schurig
<schurig@mn-solutions.de>
Thu, 21 Apr 2005 07:07:18 +0000
(07:07 +0000)
committer
Holger Schurig
<schurig@mn-solutions.de>
Thu, 21 Apr 2005 07:07:18 +0000
(07:07 +0000)
BKrev: 42675126eqGJL1dPIs_pkIm7yBzYHA
packages/qte/qte_2.3.10.bb
patch
|
blob
|
history
diff --git
a/packages/qte/qte_2.3.10.bb
b/packages/qte/qte_2.3.10.bb
index
3a605e1
..
2a64678
100644
(file)
--- a/
packages/qte/qte_2.3.10.bb
+++ b/
packages/qte/qte_2.3.10.bb
@@
-103,6
+103,9
@@
do_configure_prepend_ramses() {
chmod -R a+w ${S}/src/kernel
cp ${WORKDIR}/qkeyboard_qws.h ${S}/src/kernel
cp ${WORKDIR}/qkeyboard_qws.cpp ${S}/src/kernel
+ mkdir bin
+ ln -sf ${STAGING_BINDIR}/moc bin/moc
+ ln -sf ${STAGING_BINDIR}/uic bin/uic
}
do_configure() {