- is reported to work on MIPS.
- has floating point problems on ARM
-1.2.5pre5
+1.2.5
- tested on ARM EABI. Floating point issues have been worked around.
There is still a lot of packaging work that needs done to package the mono dll's for installation.
SECTION = "devel/mono"
LICENSE = "GPL LGPL X11"
-# the md5 sum check is required because Novell does not version their pre release versions of mono
-# if the md5sum check fails, contact cbrake on #oe
-# checksums are stored in conf/checksums.ini
-SRC_URI = "http://go-mono.com/sources/mono/mono-1.2.5.tar.bz2"
+SRC_URI = "http://go-mono.com/sources/mono/mono-${PV}.tar.bz2"
-S = "${WORKDIR}/mono-1.2.5"
+S = "${WORKDIR}/mono-${PV}"
inherit autotools
EXTRA_OECONF = "--disable-mcs-build"