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:
a4db694
)
classes/autotools.bbclass: Use bruteforce and set installed=yes to =no
author
Holger Freyther
<zecke@selfish.org>
Thu, 27 Dec 2007 13:37:33 +0000
(13:37 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Thu, 27 Dec 2007 13:37:33 +0000
(13:37 +0000)
This is silenting issues with various libtool files that have installed=yes.
classes/autotools.bbclass
patch
|
blob
|
history
diff --git
a/classes/autotools.bbclass
b/classes/autotools.bbclass
index
8e4fba9
..
991e472
100644
(file)
--- a/
classes/autotools.bbclass
+++ b/
classes/autotools.bbclass
@@
-174,6
+174,8
@@
autotools_stage_all() {
fi
if [ -d ${STAGE_TEMP}/${libdir} ]
then
+ find ${STAGE_TEMP}/${libdir} -name '*.la' -exec sed -i s,installed=yes,installed=no, {} \;
+
for i in ${STAGE_TEMP}/${libdir}/*.la
do
if [ ! -f "$i" ]; then