summaryrefslogtreecommitdiffstats
path: root/rules/python.make
Commit message (Collapse)AuthorAgeFilesLines
* python: install python2 symlinkLucas Stach2016-02-011-0/+1
| | | | | | | | Some programs call python2 in order to explicitly request python2.x. Allow this by installing a symlink to the the correct binary. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: update license informationJuergen Borleis2015-02-061-0/+1
| | | | | Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: version bump 2.7.5 -> 2.7.9Robert Schwebel2015-01-121-4/+5
| | | | | | | One additional option is in configure, add it to prepare stage. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: let CROSS_PYTHON find site-packages in SYSROOT_HOSTMichael Olbrich2014-03-281-1/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: version bump 2.6.6 -> 2.7.5Michael Olbrich2013-06-131-24/+51
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: don't create '$(PTXCONF_SYSROOT_CROSS)/bin/python' linkMichael Olbrich2012-11-281-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: define and use CROSS_PYTHONMichael Olbrich2012-11-281-20/+23
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: remove redundant get stageRobert Schwebel2012-06-141-8/+0
| | | | Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
* python: build on Linux 3.x hostMichael Olbrich2011-08-041-0/+3
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] add md5sum for all packagesMichael Olbrich2011-05-041-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* python: version bump 2.6.4 -> 2.6.6Michael Olbrich2011-02-081-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] targetinstall consolidationMichael Olbrich2010-10-221-3/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] define PYTHON_SITEPACKAGESMarc Kleine-Budde2010-08-021-1/+2
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [rules] remove obsolete fixup linesMichael Olbrich2010-07-191-3/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] use global IPv6 optionMichael Olbrich2010-07-161-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] cleanup configure optionsMichael Olbrich2010-07-131-2/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] fix install when using packagesMichael Olbrich2010-04-231-2/+33
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python3] create a separate python3 packageMichael Olbrich2010-04-211-8/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] move cross python[-config] hacks to install.postMichael Olbrich2010-04-151-2/+2
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [rules] remove obsolete clean target & minor cleanupsMichael Olbrich2010-01-181-9/+0
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] just cleanupsMarc Kleine-Budde2010-01-101-1/+0
| | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* binconfig_glob: disable binconfig_glob mechanismMarc Kleine-Budde2010-01-101-0/+2
| | | | | | | This patch disables the binconfig mechanism for some packages whose -config files shouldn't be installed. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [python] no need to define PYTHON_PKGDIRMarc Kleine-Budde2009-11-041-1/+0
| | | | | | it's already defined by the dependency generator. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
* [python] version bump 2.6.2 -> 2.6.4 & use custom autogen.sh instead of ↵Michael Olbrich2009-11-031-1/+1
| | | | | | autoreconf patch Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [python] add some python3.x support bitsMarc Kleine-Budde2009-05-121-3/+7
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10484 33e552b5-05e3-0310-8538-816dae2090ed
* [python] fix python-config recursive shebang problemMarc Kleine-Budde2009-05-071-3/+7
| | | | | | | | | | | | | certain kernel versions don't allow recusive calls of "she-bang" using programms. this patch works a round the problem. see kernel git commits: 3a2e7f47d71e1df86acc1dda6826890b6546a4e1 bf2a9a39639b8b51377905397a5005f444e9a892 Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10401 33e552b5-05e3-0310-8538-816dae2090ed
* [python] added python-2.6.2Marc Kleine-Budde2009-05-051-0/+152
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10367 33e552b5-05e3-0310-8538-816dae2090ed
* * python.in, python.make:Marc Kleine-Budde2009-01-101-143/+0
| | | | | | | python 2.3 is obsolete git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9472 33e552b5-05e3-0310-8538-816dae2090ed
* * python.make:Marc Kleine-Budde2008-06-121-35/+20
| | | | | | | cleanups git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8508 33e552b5-05e3-0310-8538-816dae2090ed
* * .make files: location of ipkg files has changedRobert Schwebel2008-06-031-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8285 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.make:Marc Kleine-Budde2006-06-091-1/+0
| | | | | | | remove -include $(call package_depfile) git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5707 33e552b5-05e3-0310-8538-816dae2090ed
* * Changed "patchin" macro to use the packet label instead of theRobert Schwebel2006-05-211-1/+1
| | | | | | | | direct value. This is part of the efford to make local packets possible. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5517 33e552b5-05e3-0310-8538-816dae2090ed
* changed get and extract macros to use packet labelsRobert Schwebel2006-05-141-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@5497 33e552b5-05e3-0310-8538-816dae2090ed
* reverted := vs. = patchRobert Schwebel2006-03-011-7/+7
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4936 33e552b5-05e3-0310-8538-816dae2090ed
* = -> := replacementSascha Hauer2006-03-011-7/+7
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4890 33e552b5-05e3-0310-8538-816dae2090ed
* += replacementSascha Hauer2006-03-011-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4872 33e552b5-05e3-0310-8538-816dae2090ed
* new calling convention for install_* macros. see commit 4759 to Rules.makeSascha Hauer2006-02-241-9/+9
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4760 33e552b5-05e3-0310-8538-816dae2090ed
* Remove obsolete get_patches.Ladislav Michl2006-02-111-1/+0
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4568 33e552b5-05e3-0310-8538-816dae2090ed
* documentation update and dependency fixesBjoern Buerger2006-01-171-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4206 33e552b5-05e3-0310-8538-816dae2090ed
* temporarily fixed host python varsRobert Schwebel2006-01-161-2/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4129 33e552b5-05e3-0310-8538-816dae2090ed
* fixup dependenciesRobert Schwebel2006-01-121-20/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3876 33e552b5-05e3-0310-8538-816dae2090ed
* fixup dependenciesRobert Schwebel2006-01-121-3/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3864 33e552b5-05e3-0310-8538-816dae2090ed
* avoid error message that non-generated make files are not being foundRobert Schwebel2006-01-101-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3766 33e552b5-05e3-0310-8538-816dae2090ed
* added generic call package_depfile rule for autogeneration of default ↵Bjoern Buerger2006-01-091-0/+2
| | | | | | dependencies - this should not break anything, since it just adds some more variables git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3743 33e552b5-05e3-0310-8538-816dae2090ed
* git-svn-id: ↵Robert Schwebel2005-12-271-2/+1
| | | | https://svn.pengutronix.de/svn/ptxdist/branches/ptxdist-0.7-destdir-r3569@3574 33e552b5-05e3-0310-8538-816dae2090ed
* hide $(call touch) output with @; replace manual install by $(call install...Robert Schwebel2005-12-111-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3502 33e552b5-05e3-0310-8538-816dae2090ed
* add packages to PACKAGES-yRobert Schwebel2005-11-131-3/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3340 33e552b5-05e3-0310-8538-816dae2090ed
* merge: backports from 0.9Robert Schwebel2005-09-281-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3172 33e552b5-05e3-0310-8538-816dae2090ed
* * replaced CROSSSTRIP -> CROSS_STRIPMarc Kleine-Budde2005-08-211-2/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3046 33e552b5-05e3-0310-8538-816dae2090ed
* remove dependencies for nowRobert Schwebel2005-05-211-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2635 33e552b5-05e3-0310-8538-816dae2090ed