summaryrefslogtreecommitdiffstats
path: root/package/boost
Commit message (Collapse)AuthorAgeFilesLines
* boost: add an option to run cmds in parallelYegor Yefremov2012-05-011-2/+2
| | | | | | | Add the same -jN parameter as used for make. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: pass -dumpversion to user-config.jamYegor Yefremov2012-04-161-1/+1
| | | | | | | | | Short version avoids compiling problems with toolchains containing long version string like Linaro toolchain. [Peter: drop head/sed as -dumpversion returns version directly] Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: cleanupPeter Korsgaard2012-04-161-14/+6Star
| | | | | | Move common staging/target bjam arguments into BOOST_OPT. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: fix build with uClibc, add locale/timer modules optionsPeter Korsgaard2012-04-162-5/+24
| | | | | | | | | | | | Boost 1.49 added two new modules, locale and timer - So add sub options to control compilation of those. The locale module by default compiles the posix backend under Linux, but this needs monetary.h which isn't provided by uClibc, so work around that. While we're at it, hide the icu option as that is just an internal configuration option used by E.G. the locale module. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: bump to 1.49.0Yegor Yefremov2012-04-141-1/+1
| | | | | Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: Add comment when C++ is missingStephan Thamm2012-03-161-0/+3
| | | | | | | [Peter: move above boost option so sub options gets indented] Signed-off-by: Stephan Thamm <thammi@chaossource.net> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: fix build with ccachePeter Korsgaard2012-01-301-1/+1
| | | | | | | | Drop quotes around TARGET_CXX as the boost buildsystem does handle spaces in the compiler command name, but treats it as a single command (and errors out) if quotes are used and ccache enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* boost: New package added. Version 1.47Yegor Yefremov2012-01-302-0/+162
[Peter: Config.in tweaks] Signed-off-by: Allan W. Nielsen <a@awn.dk> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>