packages/qt4/qt_staging.inc: Manually fix the .la files to say installed=no
authorHolger Freyther <zecke@selfish.org>
Thu, 27 Dec 2007 12:59:27 +0000 (12:59 +0000)
committerHolger Freyther <zecke@selfish.org>
Thu, 27 Dec 2007 12:59:27 +0000 (12:59 +0000)
packages/qt4/qt_staging.inc

index 37002ca..6048d7b 100644 (file)
@@ -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