aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-12-27 13:37:33 +0000
committerHolger Freyther <zecke@selfish.org>2007-12-27 13:37:33 +0000
commit4acfd704d0eb15143f1487ef728e6900dcdc460d (patch)
treee26112265adda5a60d1b24b0e1e486fb51793928
parenta4db694c91c857abdba5a875314e3206c195e5a4 (diff)
downloadopenembedded-4acfd704d0eb15143f1487ef728e6900dcdc460d.tar.gz
classes/autotools.bbclass: Use bruteforce and set installed=yes to =no
This is silenting issues with various libtool files that have installed=yes.
-rw-r--r--classes/autotools.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/autotools.bbclass b/classes/autotools.bbclass
index 8e4fba9400..991e472b14 100644
--- 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