git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
939697d
)
qt 4.3.0: remove pkgconfig stuff postprocessing - not needed with properly staged...
author
Michael Krelin
<hacker@klever.net>
Sat, 9 Jun 2007 14:14:57 +0000
(14:14 +0000)
committer
Michael Krelin
<hacker@klever.net>
Sat, 9 Jun 2007 14:14:57 +0000
(14:14 +0000)
packages/qt/qt4-x11-free_4.3.0.bb
patch
|
blob
|
history
diff --git
a/packages/qt/qt4-x11-free_4.3.0.bb
b/packages/qt/qt4-x11-free_4.3.0.bb
index
dfdee44
..
bf8097e
100644
(file)
--- 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"