diff options
Diffstat (limited to 'recipes/mono/mono_1.2.5.inc')
-rw-r--r-- | recipes/mono/mono_1.2.5.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/mono/mono_1.2.5.inc b/recipes/mono/mono_1.2.5.inc new file mode 100644 index 0000000000..aeca713d6b --- /dev/null +++ b/recipes/mono/mono_1.2.5.inc @@ -0,0 +1,12 @@ +DESCRIPTION = "Mono Programming Language" +SECTION = "devel/mono" +LICENSE = "GPL LGPL X11" + +SRC_URI = "http://go-mono.com/sources/mono/mono-${PV}.tar.bz2" + +S = "${WORKDIR}/mono-${PV}" + +inherit autotools +EXTRA_OECONF_arm = "--without-tls" +EXTRA_OECONF_mipsel = "--without-tls" + |