# # Patch managed by http://www.holgerschurig.de/patcher.html # --- PyQt4-gpl-4.0beta1/configure.py~cross-compile.patch +++ PyQt4-gpl-4.0beta1/configure.py @@ -471,7 +471,7 @@ sipconfig.error("Unable to create the %s directory." % mname) # Build the SIP command line. - argv = ['"' + sipcfg.sip_bin + '"'] + argv = ['"' + sipcfg.sip_bin + '4"'] argv.extend(qt_sip_flags) @@ -846,7 +846,15 @@ """Set the qt_dir, qt_incdir, qt_libdir, qt_bindir and qt_datadir globals for the Qt installation. """ - sipconfig.inform("Determining the layout of your Qt installation...") + sipconfig.inform("Determining the layout of your Qt installation... - patched for OpenEmbedded by :M:") + + global qt_dir, qt_incdir, qt_libdir, qt_bindir, qt_datadir + qt_dir = os.getenv( "QTDIR" ) + qt_incdir = "%s/include" % qt_dir + qt_libdir = "%s/lib" % qt_dir + qt_bindir = "%s/bin" % qt_dir + qt_datadir = "%s/share" % qt_dir + return if not opt_qmake: sipconfig.error("Make sure you have a working Qt v4 qmake on your PATH or use the -q argument to explicitly specify a working Qt v4 qmake.") rm> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/opie-drawpad
9c11a3725098a6e97e2b2c6c53be'>linux kernels: and bump PR where available for previous commit
AgeCommit message (Expand)AuthorFiles
2007-07-27opie-*: Add 1.2.3.Paul Sokolovsky1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie2
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi1
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther2
2006-07-02Opie: Rename Opie 1.2.1 to 1.2.2, Remove PRsHolger Freyther1
2006-01-12Correct Opie PV format to preserve upgradability of packages but note where c...Richard Purdie1
2006-01-07Convert CVSDATE -> SRCDATE. Also standardise cvs and svn PVs to x.x.x+cvsYYYY...Richard Purdie1
Koen Kooi1
2006-09-20linux kernels: fix uclibcgnueabi detectionKoen Kooi1
2006-07-27netbook-pro-kernel: update patchesKoen Kooi1
2006-07-26netbook-pro kernel: renameKoen Kooi1