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