summaryrefslogtreecommitdiff
path: root/packages/python/python-pyqt_4.3.3.bb
AgeCommit message (Collapse)AuthorFiles
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-02-10python-pyqt: add python-sip and sip-native as DEPENDS to ensure successful ↵Rolf Leggewie1
compilation from scratch.
2008-01-07Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dashHolger Freyther1
Instead of using "echo -e" we simply use printf. printf doesn't add a newline by default. So some places needed an extra \n in their string. Most of the change was done by hand, so please carefully review. This bug was spotted when trying to compile python-pyqt on my ubuntu hardy system.
2008-01-07packages/python/python-pyqt: We have Qt4.3.3 now, make use of it and enable ↵Holger Freyther1
the assistantclient
2007-12-24python-pyqt 4.3.3 properly create pyqt.pro qmake profile.Michael Lauer1
christmas bugsquashing: should hopefully close #2468 for good...
2007-12-14python-pyqt 4.3.3 set sip tag back to 4.3.2 until we actually have Qt 4.3.3 ↵Michael Lauer1
in OE
2007-12-13python-pyqt 4.3.3 change sip tagMichael Lauer1
2007-12-13python-pyqt 4.3.1 update to 4.3.3Michael Lauer1