aboutsummaryrefslogtreecommitdiffstats
path: root/mono/mono_1.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'mono/mono_1.0.oe')
-rw-r--r--mono/mono_1.0.oe18
1 files changed, 0 insertions, 18 deletions
diff --git a/mono/mono_1.0.oe b/mono/mono_1.0.oe
deleted file mode 100644
index 683a62a38d..0000000000
--- a/mono/mono_1.0.oe
+++ /dev/null
@@ -1,18 +0,0 @@
-SECTION = "unknown"
-DEPENDS = "mono-native glib-2.0"
-
-SRC_URI = "http://mono2.ximian.com/archive/1.0/mono-1.0.tar.gz \
- file://libtool-lossage.patch;patch=1 \
- file://install-lossage.patch;patch=1"
-
-EXTRA_OECONF_arm = "--without-nptl"
-
-inherit autotools
-
-do_configure_prepend() {
- rm -f libgc/libtool.m4
-}
-
-do_install() {
- oe_runmake 'DESTDIR=${D}' mono_runtime='mint' install
-}