aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-mono/monotools-server
AgeCommit message (Collapse)Author
2021-08-24Add honister compatibility (#90)Zoltán Böszörményi
* Remove compatibility for sumo, thud, warrior and zeus The next change (introduced by honister and backported back only to dunfell) requires it. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Use ":" override syntax instead of "_" Scripted change with oe-core/scripts/contrib/convert-overrides.py The proposal for this was at https://www.mail-archive.com/openembedded-architecture@lists.openembedded.org/msg00500.html The necessary changes to bitbake to accept ":" along with "_" were backported to bitbake 1.46 (Yocto 3.1 Dunfell), 1.48 (3.2 Gatesgarth) and 1.50 (3.3 Hardknott). Yocto 3.4 Honister will only accept ":" Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> * Add honister compatibility Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
2016-03-01monotools-server: update license file md5Alex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-07-31monotools-server: link against xsp4.exeAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-07-20monotools-server: use mcs instead of gmcs for buildAlex J Lennon
as gmcs not available in recent mono releases. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-07-17monotools-server: Fix build failure against recent mono-xspAlex J Lennon
Mono.WebServer uses ApplicationServer().Start(bool bgThread) which is not present in current mono-xsp. Use Start(bool bgThread, int backlog) instead Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2015-02-03monotools-server: Inherit pkgconfig to fix configure step failure with dizzyAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2014-07-28monotools-server: Correct use of FILESEXTRAPATHSAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2014-06-20monotools-server: Inherit autotools-brokensep to fix buildAlex J Lennon
Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2014-02-27monotools-server: Fixed buildAlex J Lennon
Recipe was not building due to invalid reference to Linq DLL in Mono.Packager. Commented out. Now builds. Signed-off-by: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
2013-02-27monotools-server: Remove multiline commentKhem Raj
bitbake/master does not like it anymore Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Autif Khan <autifk@gmail.com>
2012-12-29Updated mono recipe to build correctly for armv6 (RPi).Alex J Lennon
Added recipes for gtk-sharp, mono-xsp, monotools-server (gtk-sharp and mono-xsp need testing but they build well enough for the command line monotools-server to run. There may be an issue with monotools-gui-server) Updated libgdiplus to support OE build with libpng15