summaryrefslogtreecommitdiffstats
path: root/tools/scons
Commit message (Collapse)AuthorAgeFilesLines
* tools/scons: update to 2.5.0Hannu Nyman2016-08-151-2/+2
| | | | | | Update scons to 2.5.0 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* tools/scons: update to 2.4.1John Crispin2015-11-211-2/+2
| | | | | | | | Update scons to 2.4.1. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47569
* tools/scons: update to 2.4.0Felix Fietkau2015-11-061-4/+4
| | | | | | | | | Update scons to 2.4.0. Change mirror (as the previous one is missing the current version). Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47392
* tools: scons: Add alternate download URLFlorian Fainelli2015-10-221-1/+2
| | | | | | | | | | | | | | | | sourceforge.net sometimes produces the following tarball file while being behind a HTTP proxy: We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires the use of javascript to function. Please check back later. Update to a regular FTP location that allows us to complete the download. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 47244
* scons: change md5sum to new releaseHauke Mehrtens2015-07-041-1/+1
| | | | | | | | | | | The developers of scons found a bug in the packaging of their release and just replaced the already released version with a new one without changing the version number. This breaks the download script because it also has a new md5sum. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46175
* tools: scons: update to version 2.3.5Hauke Mehrtens2015-06-251-2/+2
| | | | | | | | This brings scons to the most recent version. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46132
* scons: upgrade to 2.3.1Luka Perkov2014-04-191-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 40535
* scons: upgrade to 2.3.0Luka Perkov2013-08-171-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37806
* scons: probe "python" and "python2" first in pywrap.sh in order to use the ↵Jo-Philipp Wich2012-05-151-1/+1
| | | | | | users preferred version if possible SVN-Revision: 31743
* scons: wrap python invocations with helper script that attempts to find a ↵Jo-Philipp Wich2012-05-152-1/+21
| | | | | | non-3.x python SVN-Revision: 31742
* tools/scons: remove the python 3 compat patch, it is incomplete and breaks ↵Felix Fietkau2012-05-151-2046/+0
| | | | | | with python 2.5.2. i guess scons with python 3 is a lost cause... SVN-Revision: 31741
* scons: fix compatibility with python 3, upstream still does not support it...Jo-Philipp Wich2012-05-061-0/+2046
| | | | SVN-Revision: 31624
* scons: override the platform instead of using the host one - fixes build ↵Felix Fietkau2012-05-051-0/+11
| | | | | | issues on non-linux systems SVN-Revision: 31620
* tools: add scons (patch by Dave Taht)Felix Fietkau2012-05-051-0/+29
This makes it more possible to build scons based applications for openwrt. SVN-Revision: 31618