aboutsummaryrefslogtreecommitdiffstats
path: root/packages/qt
diff options
context:
space:
mode:
authorMichael Krelin <hacker@klever.net>2007-06-09 14:14:57 +0000
committerMichael Krelin <hacker@klever.net>2007-06-09 14:14:57 +0000
commita757f44776e8c0aaa44a101c8973094d4abbdeb1 (patch)
tree62d64c6c43897da53cf2985d9db423818f4e2234 /packages/qt
parent939697d32b98264fc53558aed296989d7aa112fd (diff)
downloadopenembedded-a757f44776e8c0aaa44a101c8973094d4abbdeb1.tar.gz
qt 4.3.0: remove pkgconfig stuff postprocessing - not needed with properly staged qmake2
Diffstat (limited to 'packages/qt')
-rw-r--r--packages/qt/qt4-x11-free_4.3.0.bb9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/qt/qt4-x11-free_4.3.0.bb b/packages/qt/qt4-x11-free_4.3.0.bb
index dfdee44ee9..bf8097e1b9 100644
--- a/packages/qt/qt4-x11-free_4.3.0.bb
+++ b/packages/qt/qt4-x11-free_4.3.0.bb
@@ -67,15 +67,6 @@ do_compile() {
install -m 0755 ${STAGING_BINDIR_NATIVE}/uic4 ${S}/bin/uic
oe_runmake ${EXTRA_ENV}
-
- # FIXME: this is not the way to go, I think.
- for pc in ${S}/lib/pkgconfig/*.pc ; do
- sed -i \
- -e 's,-L${S}/lib,,g' \
- -e 's,^moc_location=.*,^moc_location=${TARGING_BINDIR}/moc4,g' \
- -e 's,^uic_location=.*,^moc_location=${TARGING_BINDIR}/uic4,g' \
- $pc
- done
}
PARTS = "3Support AssistantClient Core DBus Designer DesignerComponents Gui Network Script Sql Svg Test Xml"