summaryrefslogtreecommitdiffstats
path: root/package/mono
Commit message (Collapse)AuthorAgeFilesLines
...
* mono: bump to version 3.12.0Angelo Compagnucci2015-01-231-1/+1
| | | | | | | This patch bumps version of mono to the latest 3.12.0 Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mono: fixing shared/static handlingAngelo Compagnucci2014-12-141-1/+2
| | | | | | | | | | | | | | | | | | | | | | Mono should always be compiled with --enable-static, this patch forces --enable-static also in case of shared only libraries. Fixes: http://autobuild.buildroot.net/results/e739d64011fb6a24ccbef136d75944f3bd2eba03/ http://autobuild.buildroot.net/results/7ebe6909da859507639f57da2d4fee46efc062d4/ http://autobuild.buildroot.net/results/03c2243080b026b0c6f4bb64e7dc8dc359f0c8c2/ http://autobuild.buildroot.net/results/406bf830ae84cf9ce4afd5a4ddc265197df42b44/ http://autobuild.buildroot.net/results/894a3e0627244b5e1980c3840629b4627999d252/ http://autobuild.buildroot.net/results/2dad2609834564060dc090919c128b45e289102e/ http://autobuild.buildroot.net/results/46de32cbe68b614763a72303490515f80cfe5bfd/ http://autobuild.buildroot.net/results/b167d2660ca37b896ceb8f1372d88eda6d6397d7/ http://autobuild.buildroot.net/results/17b6aee3d0aaf425412f9f5d89de665de9efedb8/ http://autobuild.buildroot.net/results/af9e5203299819085441fb6ee27e027d58f220b3/ http://autobuild.buildroot.net/results/138e5bd9bd0e2ad6de13278b446d1a48a9b64b17/ http://autobuild.buildroot.net/results/b77d52aaa5face5d5b8afe39f9a32a51b1df500f/ Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mono: fixing wrong monolite library pathAngelo Compagnucci2014-11-301-1/+2
| | | | | | | | | | | | | | | | | | | Due to a bug in makefile logic, monolite libraries path will not be selected when EXTERNAL_MCS parameter is specified. Setting EXTERNAL_MCS to a non existent binary, makes the internal logic to fallback to monolite, setting correctly both binary and library paths. This has the benefit to force host-mono to always use monolite as bootstrap compiler also in case a mono compiler is already installed on the system. Fixes: http://autobuild.buildroot.net/results/fc00952bef03cf3b4785be1a0d9c08dc84aa3f54/ [Peter: add comment explaining why this is done] Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reported-by: Rainer Berns <rainer.berns@berns-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mono: force host-mono to use internal mono bootstrap compilerAngelo Compagnucci2014-11-291-0/+2
| | | | | | | | | This patch forces the use of internal compiler for building mono, for more information please refer to mono official documentation (README.md) Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/mono: add threads dependencyAngelo Compagnucci2014-11-011-2/+3
| | | | | | | | | | | | | This patch adds a dependency on BR2_TOOLCHAIN_HAS_THREADS to the mono package, in order to fix the following autobuilder failures: http://autobuild.buildroot.net/results/ece/ece1051cb9238735130b29f76d90a4994058345a/ http://autobuild.buildroot.net/results/658/65850774d4c6b875cb6ebbf461dcc48cf8208f4f/ http://autobuild.buildroot.net/results/5d5/5d5074aa73e167099410d244a18114dbced348d1/ Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/mono: new packageAngelo Compagnucci2014-10-254-0/+149
This patch adds the complete Mono implementation. This patch builds both the native and managed parts. [Thomas: - adjust license informations - add missing host-gettext dependency to host-mono - minor formatting tweaks.] Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud