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:
6fa5551
)
qt4_staging.inc: something in the qt build process hardcodes the tooldir to the targe...
author
Koen Kooi
<koen@openembedded.org>
Sat, 2 Aug 2008 20:20:27 +0000
(20:20 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sat, 2 Aug 2008 20:20:27 +0000
(20:20 +0000)
packages/qt4/qt_staging.inc
patch
|
blob
|
history
diff --git
a/packages/qt4/qt_staging.inc
b/packages/qt4/qt_staging.inc
index
705ae14
..
de941df
100644
(file)
--- a/
packages/qt4/qt_staging.inc
+++ b/
packages/qt4/qt_staging.inc
@@
-15,6
+15,12
@@
do_stage_append() {
cd ${STAGING_LIBDIR}
sed -i s#"-L${S}/lib"##g libQt*.la
sed -i s#'$(OE_QMAKE_LIBS_X11)'#"${OE_QMAKE_LIBS_X11}"#g libQt*.la
+
+ install -d ${STAGING_DIR_TARGET}/qt4/bin
+ cp ${STAGING_DIR_NATIVE}/qt4/bin/* ${STAGING_DIR_TARGET}/qt4/bin/
+ for qttool in ${STAGING_DIR_TARGET}/qt4/bin/*4 ; do
+ ln -sf $qttool ${STAGING_DIR_TARGET}/qt4/bin/$(basename $qttool |sed s:4::g)
+ done
}
STAGE_TEMP = "${WORKDIR}/temp-staging"