# # 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.") ='sub'>Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/packages/unionfs
AgeCommit message (Expand)AuthorFiles
2008-02-06unionfs: make SRC_URI fetchable again. prepare for upgrade.Rolf Leggewie2
2007-06-17unionfs: update SRC. Fixes unfetchable source.Rolf Leggewie1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi3
2006-08-05packages/unionfs: We only have a unionfs.inc which is not versioned include itHolger Freyther2
2006-08-05packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks!Holger Freyther4
2006-01-14slugos: move to ixp4xx-kernel, change nslu2 to more generic ixp4xx in confJohn Bowler1
2005-07-31unionfs: add make.patch for 1.0.13 and remove a couple of obsolete versionsMichael Lauer15
2005-07-27Banished version 1.0.13 of unionfs-utils until mickeyl finishes the job by co...Rod Whitby1
2005-07-27Banished version 1.0.13 of unionfs-modules until mickeyl finishes the job by ...Rod Whitby1
2005-07-29add unionfs modules and userland utilities 1.0.13Michael Lauer5
2005-06-30import clean BK tree at cset 1.3670Koen Kooi22
2005-04-07unionroot: bump PRMatthias Hentges2
2005-04-06Add some comments and fix auto-mounting. Now someone needs to have a look why...Matthias Hentges1
2005-03-26Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com3
2005-02-23Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net4
2005-02-22Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2005-02-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net3
2005-02-11MergeChris Lord8