summaryrefslogtreecommitdiff
path: root/recipes/mono/mono_svn.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/mono/mono_svn.inc')
-rw-r--r--recipes/mono/mono_svn.inc16
1 files changed, 0 insertions, 16 deletions
diff --git a/recipes/mono/mono_svn.inc b/recipes/mono/mono_svn.inc
deleted file mode 100644
index d369d8bd54..0000000000
--- a/recipes/mono/mono_svn.inc
+++ /dev/null
@@ -1,16 +0,0 @@
-DESCRIPTION = "Mono Programming Language"
-SECTION = "devel/mono"
-LICENSE = "GPL LGPL X11"
-
-SRCREV = "87352"
-SRC_URI = "svn://anonsvn.mono-project.com/source/trunk/;module=mcs;rev=${SRCREV};name=mcs \
- svn://anonsvn.mono-project.com/source/trunk/;module=mono;rev=${SRCREV};name=mono "
-SRCREV_FORMAT = "rmono"
-
-PV = "1.2.5.1+svnr${SRCPV}"
-S = "${WORKDIR}/mono"
-
-inherit autotools
-EXTRA_OECONF_arm = "--without-tls"
-EXTRA_OECONF_mipsel = "--without-tls"
-