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:
a242fd0
)
packages/qt4/qt_staging.inc: Manually fix the .la files to say installed=no
author
Holger Freyther
<zecke@selfish.org>
Thu, 27 Dec 2007 12:59:27 +0000
(12:59 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Thu, 27 Dec 2007 12:59:27 +0000
(12:59 +0000)
packages/qt4/qt_staging.inc
patch
|
blob
|
history
diff --git
a/packages/qt4/qt_staging.inc
b/packages/qt4/qt_staging.inc
index
37002ca
..
6048d7b
100644
(file)
--- a/
packages/qt4/qt_staging.inc
+++ b/
packages/qt4/qt_staging.inc
@@
-18,6
+18,7
@@
do_stage() {
for i in ${STAGE_TEMP}/${libdir}/*.la
do
+ sed -i s,installed=yes,installed=no, $i
cp -fpPR $i ${STAGING_LIBDIR}/${QT_DIR_NAME}/
oe_libinstall -C ${STAGE_TEMP}/${libdir} -so $(basename $i .la) ${STAGING_LIBDIR}/${QT_DIR_NAME}
done