aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qt4
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2008-01-20 10:25:16 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-20 10:25:16 +0000
commit8d6b9e5c13410242ed3d110685761ac3c9f1887e (patch)
treea71fc6dd7aa1ccfa94b69463e2ad1a029c7d80ed /packages/qt4
parentf8512cbc3629216472ff1340cc060104f769621e (diff)
downloadopenembedded-8d6b9e5c13410242ed3d110685761ac3c9f1887e.tar.gz
packages/qt4/qt_staging.inc: Fix the .pc files of Qt/X11 and Qt/Embedded
The libdir was pointing to ${prefix}/lib it should have pointed to ${prefix}/lib/{qtopia..,qt4} for the staged libraries
Diffstat (limited to 'packages/qt4')
-rw-r--r--packages/qt4/qt_staging.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/qt4/qt_staging.inc b/packages/qt4/qt_staging.inc
index ddc28720a3..8f7b9aa29f 100644
--- a/packages/qt4/qt_staging.inc
+++ b/packages/qt4/qt_staging.inc
@@ -4,6 +4,7 @@ do_stage_append() {
sed -i s#"-L${S}/lib"##g Qt*.pc
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
}
STAGE_TEMP = "${WORKDIR}/temp-staging"