[oe-commits] org.oe.dev qt 4.3.0: remove pkgconfig stuff postprocessing - not needed with properly staged qmake2

polyonymous commit openembedded-commits at lists.openembedded.org
Sat Jun 9 14:23:46 UTC 2007


qt 4.3.0: remove pkgconfig stuff postprocessing - not needed with properly staged qmake2

Author: polyonymous at openembedded.org
Branch: org.openembedded.dev
Revision: f207780a551ef954003c216772ea88195cd35c44
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f207780a551ef954003c216772ea88195cd35c44
Files:
1
packages/qt/qt4-x11-free_4.3.0.bb
Diffs:

#
# mt diff -r8ef6b7361d83c3e4b4e019f67967fcfed09ac8f8 -rf207780a551ef954003c216772ea88195cd35c44
#
# 
# 
# patch "packages/qt/qt4-x11-free_4.3.0.bb"
#  from [f7296872c330b51b674d140cfb90e15fb7101a7e]
#    to [b6c475e3228f1ab3b3a6e4a86adaf21815516d9e]
# 
============================================================
--- packages/qt/qt4-x11-free_4.3.0.bb	f7296872c330b51b674d140cfb90e15fb7101a7e
+++ packages/qt/qt4-x11-free_4.3.0.bb	b6c475e3228f1ab3b3a6e4a86adaf21815516d9e
@@ -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"






More information about the Openembedded-commits mailing list