[oe-commits] org.oe.dev packages/qt4/qt_staging.inc: Treat the staged .la files as well to not point to the workdir

freyther commit openembedded-commits at lists.openembedded.org
Sun Jan 20 11:04:49 UTC 2008


packages/qt4/qt_staging.inc: Treat the staged .la files as well to not point to the workdir

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: edfc25204689091f350fc15f02e7db9ab078dcdf
ViewMTN: http://monotone.openembedded.org/revision/info/edfc25204689091f350fc15f02e7db9ab078dcdf
Files:
1
packages/qt4/qt_staging.inc
Diffs:

#
# mt diff -r7edb5b62c9b61d4f100e5b5609133b310052769d -redfc25204689091f350fc15f02e7db9ab078dcdf
#
# 
# 
# patch "packages/qt4/qt_staging.inc"
#  from [df056826fb92b4f3267152b61ebbd04a4a8e591f]
#    to [299c95fa7b3b469f300d50bb8dfe49412a6ec9bf]
# 
============================================================
--- packages/qt4/qt_staging.inc	df056826fb92b4f3267152b61ebbd04a4a8e591f
+++ packages/qt4/qt_staging.inc	299c95fa7b3b469f300d50bb8dfe49412a6ec9bf
@@ -5,6 +5,9 @@ do_stage_append() {
     sed -i s#"moc_location=${S}/bin/moc"#moc_location=${STAGING_BINDIR}/moc4# Qt*.pc
     sed -i s#"uic_location=${S}/bin/uic"#uic_location=${STAGING_BINDIR}/uic4# Qt*.pc
     sed -i s#libdir=\$\{prefix\}/lib#libdir=\$\{prefix\}/lib/${QT_DIR_NAME}#g Qt*.pc 
+
+    cd ${STAGING_LIBDIR}/${QT_DIR_NAME}
+    sed -i s#"-L${S}/lib"##g libQt*.la
 }
 
 STAGE_TEMP = "${WORKDIR}/temp-staging"






More information about the Openembedded-commits mailing list